Update a customer
PUT https://api.ecartapi.com/api/v2/products/962113246
Request Body
{"product"=>{"name"=>"EcartApi test product update1", "sku"=>"abc123", "quantity"=>"100", "price"=>"10000", "offers"=>[{"price"=>{"value"=>"9999"}}], "shippingType"=>"0", "productType"=>"P", "status"=>{"active"=>"false"}, "dimensions"=>{"weight"=>"10"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |