Create productCopy Pagepost https://api.moderndropship.com/productsAn endpoint for sellers to create new products.Body ParamsAll the fields in a productactivebooleanIs this product active? Active products are visible to partners.truefalseattributesobjectattributes objectbodyHtmlstringThe HTML body. Input will be sanitized before saving.codestringThe seller's unique code for this product. This cannot be updated after creation.googleProductCategoryobjectgoogleProductCategory objectimagesarray of objectsImages of the product. Must be accessible via public URL.imagesADD objectoptionsarray of objectsoptionsADD objecttagsarray of stringsAdd tags to the product to make it easier for buyers to categorize.tagsADD stringtitlestringThe name of the product.typestringThe type of the product. Deprecated.variantsarray of objectsInclude one variant per size, color, etc. If there are no variants then include a single entry to be the default.variantsADD objectvendorstringThe vendor of the product.Responses 200OK 400Bad Request 401Unauthorized 403Forbidden 415Unsupported Media Type 500Internal Server ErrorUpdated 8 months ago