Version: 2024-01
← shopify Add-On Übersicht
Retrieves a list of products and product variants by product id
Das sind die Optionen, mit denen man den Step konfigurieren kann.
| Name | Datentyp | Beschreibung | Pflichtfeld | Werte |
| account | ACCOUNT | shopify Account | Ja | |
| input | SPREADSHEET | | Nein | |
| mappingdefinition | STRING | The mapping definition JSON String | Nein | |
| Folgende Felder sind zu konfigurieren:
| Feld | Datentyp | Beschreibung | Pflichtfeld | Standardwert | | product_id | SINGLE | | Ja | | |
| limit | STRING | | Nein | |
Outputs
Das sind die Ergebnisse des Steps, die von nachfolgenden Steps, nach
der Ausführung verwendet werden können.
| Name | Datentyp | Beschreibung | Werte |
| products | SPREADSHEET | list of product variants | |
| Folgende Felder sind im Output enthalten:
| Feld | Datentyp | Beschreibung | Standardwert | | identifier | SINGLE | | | | 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. | | | 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). | | | sku | SINGLE | A unique identifier (stock keeping unit) for the product variant in the shop. Required in order to connect to a FulfillmentService. | | | barcode | SINGLE | The barcode, UPC, EAN or ISBN number for the product/variant. | | | item_title | SINGLE | The title of the product variant. | | | item_body_html | SINGLE | A description of the product variant. Supports HTML formatting. | | | price | SINGLE | The price of the product variant. | | | compare_at_price | SINGLE | The original price of the item before an adjustment or a sale. | | | inventory_quantity | SINGLE | An aggregate of inventory across all locations. To adjust inventory at a specific location, use the InventoryLevel resource. | | | old_inventory_quantity | SINGLE | | | | inventory_management | SINGLE | The fulfillment service that tracks the number of items in stock for the product variant. | | | inventory_policy | SINGLE | Whether customers are allowed to place an order for the product variant when it's out of stock. | | | inventory_item_id | SINGLE | | | | position | SINGLE | | | | fulfillment_service | SINGLE | | | | option1 | SINGLE | | | | option1_name | SINGLE | | | | option2 | SINGLE | | | | option2_name | SINGLE | | | | option3 | SINGLE | | | | option3_name | SINGLE | | | | created_at | SINGLE | | | | updated_at | SINGLE | | | | taxable | SINGLE | | | | grams | SINGLE | | | | weight | SINGLE | | | | weight_unit | SINGLE | | | | requires_shipping | SINGLE | | | | admin_graphql_api_id | SINGLE | | | | item_handle | SINGLE | | | | item_url | SINGLE | | | | item_vendor | SINGLE | The name of the product's vendor. | | | item_product_type | SINGLE | | | | item_status | SINGLE | | | | item_published_scope | SINGLE | | | | item_published_at | SINGLE | | | | item_tags | SINGLE | | | | isVariant | SINGLE | | | | item_images | SINGLE | | | |