/v1/workspaces/{workspace_id}/data/productsCopy Pagepost https://data.getangler.ai/v1/workspaces/{workspace_id}/data/productsPath Paramsworkspace_idstringrequiredBody ParamssrcstringenumSHOPIFYAPIS3SEGMENTAllowed:SHOPIFYAPIS3SEGMENTdataset_idstringload_idstringdataarray of objectsrequiredlength between 1 and 500data* objectbody_htmlstring | nullA description of the product. Supports HTML formatting.created_atdate-timerequiredThe date and time (ISO 8601 format) when the product was created.handlestring | nullA unique human-friendly string for the product. Automatically generated from the product's title. Used by the Liquid templating language to refer to objects.idstringrequiredlength ≥ 1An unsigned 64-bit integer that's used as a unique identifier 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.imagesarray of objects or null | nullA list of product image objects, each one representing an image associated with the product.imagesADD object | nulloptionsarray of objects or null | nullThe custom product properties.optionsADD object | nullproduct_typestring | nullA categorization for the product used for filtering and searching products.published_atdate-time | nullThe date and time (ISO 8601 format) when the product was published.published_scopestring | nullWhether the product is published to the Point of Sale channel.statusstring | nullThe status of the product.tagsstring | nullA string of comma-separated tags that are used for filtering and search.template_suffixstring | nullThe suffix of the Liquid template used for the product page.titlestring | nullThe name of the product.updated_atdate-time | nullThe date and time (ISO 8601 format) when the product was last modified.variantsarray of objects or null | nullAn array of product variants, each representing a different version of the product.variantsADD object | nullvendorstring | nulladditional_fieldsarray of objects | nullExtra properties.additional_fieldsADD objectADD objectResponse 201Default ResponseUpdated about 2 months ago