# Products & Customs

Product catalog and DDP classification.

Products are also created automatically by store imports (Shopify, WooCommerce, Amazon, etc.). Use `POST /v5/products` to add a product manually, `PUT /v5/products/{sku}` to update an existing one. SKUs are unique per account, so creating with a SKU that already exists returns `409`; update it instead.


