Don't get lost: IMan Guides » Shopify Connector Guide » Touchpoints » Push » Product Upload

Product Upload

Description

Allows you to create new products or update existing ones.

Update Mode

Insert or Update

Writeback Fields

  • id
    • The Shopify assigned product id.
  • variant_id
    • The Shopify assigned to the primary variant.

Update/Variant Handling

When a new product is created a primary variant is created. To update an existing product both the product id and variant_id fields must both be specified otherwise a new variant will be created.

Product Meta Field Upload

Description

Allows you to associate meta fields with a product.

Update Mode

Insert or Update

Writeback Fields

  • id
    • The Shopify assigned meta field id.

Insert & Update Handling

To associate a new meta field with a product is it necessary to specify the Shopify product_id and a unique value for the key field.

To update a value on an existing meta field it is necessary to specify the Shopify product_id and the key name used previously to create the meta field.

There is no present way to delete Meta Field from a product.

When creating /updating a meta field the only way to indicate if the transaction was successful or not is the id value will be populated when the transaction is successful.