# PUT /external/api/products **PUT /external/api/products** ## Servers - Test environment: http://test.api.fygi.store (Test environment) - Demo environment: https://demo.api.fygi.store (Demo environment) - Production environment: https://api.fygi.store (Production environment) ## Authentication methods - Authorization key ## Parameters ### Body: application/json (array[object]) - **id** (string) - **storeId** (string | null) - **active** (boolean | null) - **name** (string | null) - **description** (string | null) - **handle** (string) - **vendor** (string | null) - **isShoppingBag** (boolean) - **isVending** (boolean) - **isWeight** (boolean) - **isNotDiscountable** (boolean) - **ageGroupId** (string | null) - **relatedProductIds** (array[string] | null) - **images** (array[object] | null) - **categoryIds** (array[string] | null) - **dimensions** (array[object]) - **options** (array[object] | null) ## Responses ### 200 Success [Powered by Bump.sh](https://bump.sh)