Skip to main content

Create product in Shopify

Create product in Shopify.

Application

  • Shopify

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Connected AccountThe connected account to use for the requestConnected AccountYes
TitleThe name of the productText (Short)Yes
Body HTMLA description of the product. Supports HTML formattingText (Long)No
HandleA unique human-friendly string for the product. Automatically generated from the product's title. Used by the Liquid templating language to refer to objectsText (Short)No
Created atThe date and time when the product image was createdDatetimeNo
IDA unique numeric identifier for the product imageNumberNo
PositionThe order of the product image in the list. The first product image is at position 1 and is the "main" image for the productNumberNo
Product IDThe ID of the product associated with the imageNumberNo
Variant IDsAn array of variant IDs associated with the imageNumberNo
SourceSpecifies the location of the product image. This input supports URL filters that you can use to retrieve modified copies of the image. For example, add _small, to the filename to retrieve a scaled copy of the image at 100 x 100 px (for example, ipod-nano_small.png), or add _2048x2048 to retrieve a copy of the image constrained at 2048 x 2048 px resolution (for example, ipod-nano_2048x2048.png).Text (Short)No
WidthWidth dimension of the image which is determined on uploadNumberNo
HeightHeight dimension of the image which is determined on uploadNumberNo
Updated atThe date and time when the product image was last modifiedDatetimeNo
Name 1Option's nameText (Short)No
Value 1Option's valuesText (Short)No
Name 2Option's nameText (Short)No
Value 2Option's valuesText (Short)No
Name 3Option's nameText (Short)No
Value 3Option's valuesText (Short)No
Product typeA categorization for the product used for filtering and searching productsText (Short)No
Published atThe date and time (ISO 8601 format) when the product was published. Can be set to null to unpublish the product from the Online Store channelDatetimeNo
Published scopePredefined Choice ListNo
TagsA string of comma-separated tags that are used for filtering and search. A product can have up to 250 tags. Each tag can have up to 255 charactersText (Long)No
Template suffixThe suffix of the Liquid template used for the product page. If this property is specified, then the product page uses a template called "product.suffix.liquid", where "suffix" is the value of this property. If this property is "" or null, then the product page uses the default template "product.liquid". (default: null)Text (Short)No
VendorThe name of the product's vendorText (Short)No

Outputs (what you get)

NameDescriptionData TypeRequired?Example
JSON OutputJSON output returned by the APIText (Long)No

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.
UnsuccessfulThis status is selected if the job has completed unsuccessfully.

Requirements

  • N/A