Shopify Connector
Documentation
Version: 1
Documentation

EndPoint Get Product


Name

get_product

Description

Gets a specific product. [API Help]

Parameters

Parameter Label Required Options Description
Id Product Id YES The ID of the product for which data should be read.
fields Only Fields to Show NO
Option Value
id id
title title
body_html body_html
vendor vendor
product_type product_type
created_at created_at
handle handle
updated_at updated_at
published_at published_at
template_suffix template_suffix
status status
published_scope published_scope
tags tags
admin_graphql_api_id admin_graphql_api_id
variants variants
options options
images images
image image
Limit data retrieval to only the selected product-related fields.

Output Columns

Label DataType Length Raw Description
Id DT_I8 0 False
Title DT_WSTR 200 False
BodyHtml DT_NTEXT 0 False
Vendor DT_WSTR 200 False
ProductType DT_WSTR 200 False
CreatedAt DT_DBTIMESTAMP 0 False
UrlHandle DT_WSTR 200 False
UpdatedAt DT_DBTIMESTAMP 0 False
PublishedAt DT_DBTIMESTAMP 0 False
TemplateSuffix DT_WSTR 200 False
Status DT_WSTR 200 False
PublishedScope DT_WSTR 200 False
Tags DT_WSTR 4000 False
AdminGraphqlApiId DT_WSTR 200 False
Variants DT_NTEXT 0 False
Options DT_WSTR 4000 False
Images DT_NTEXT 4000 False
Image DT_WSTR 4000 False
ImageId DT_I8 0 False
ImageProductId DT_I8 0 False
ImagePosition DT_I4 0 False
ImageCreatedAt DT_DBTIMESTAMP 0 False
ImageUpdatedAt DT_DBTIMESTAMP 0 False
ImageAlt DT_WSTR 4000 False
ImageWidth DT_I4 0 False
ImageHeight DT_I4 0 False
ImageSrc DT_WSTR 4000 False
ImageVariantIds DT_WSTR 500 False
ImageAdminGraphqlApiId DT_WSTR 200 False
Metafields DT_NTEXT 0 False

Input Columns

Label DataType Length Raw Description
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime.