Create product in Shopify.
Application
Shopify
Inputs (what you have)
Name | Description | Data Type | Required? | Example |
Connected Account | The connected account to use for the request | Connected Account | Yes | |
Title | The name of the product | Text (Short) | Yes | |
Body HTML | A description of the product. Supports HTML formatting | Text (Long) | No | |
Handle | A unique human-friendly string for the product. Automatically generated from the product's title. Used by the Liquid templating language to refer to objects | Text (Short) | No | |
Created at | The date and time when the product image was created | Datetime | No | |
ID | A unique numeric identifier for the product image | Number | No | |
Position | The order of the product image in the list. The first product image is at position 1 and is the "main" image for the product | Number | No | |
Product ID | The ID of the product associated with the image | Number | No | |
Variant IDs | An array of variant IDs associated with the image | Number | No | |
Source | Specifies 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 | |
Width | Width dimension of the image which is determined on upload | Number | No | |
Height | Height dimension of the image which is determined on upload | Number | No | |
Updated at | The date and time when the product image was last modified | Datetime | No | |
Name 1 | Option's name | Text (Short) | No | |
Value 1 | Option's values | Text (Short) | No | |
Name 2 | Option's name | Text (Short) | No | |
Value 2 | Option's values | Text (Short) | No | |
Name 3 | Option's name | Text (Short) | No | |
Value 3 | Option's values | Text (Short) | No | |
Product type | A categorization for the product used for filtering and searching products | Text (Short) | No | |
Published at | The date and time (ISO 8601 format) when the product was published. Can be set to null to unpublish the product from the Online Store channel | Datetime | No | |
Published scope | Predefined Choice List | No | ||
Tags | A 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 characters | Text (Long) | No | |
Template suffix | The 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 | |
Vendor | The name of the product's vendor | Text (Short) | No |
Outputs (what you get)
Name | Description | Data Type | Required? | Example |
JSON Output | JSON output returned by the API | Text (Long) | No |
Outcomes
Name | Description |
Success | This status is selected if the job has successfully completed. |
Unsuccessful | This status is selected if the job has completed unsuccessfully. |
Requirements
N/A