Update cart
PUT localhost:8001/carts/{{id}}
Request Body
{"email"=>"a.cruz@envia.com", "currency"=>"USD", "billing_address"=>{"first_name"=>"Roberto Alejandro", "last_name"=>"de la Cruz", "address1"=>"Jardines de Sauceda", "address2"=>"14", "country"=>{"code"=>"MXN"}, "state"=>{"code"=>"ZAC"}, "city"=>"Guadalupe", "postal_code"=>"98612", "phone"=>"4921347491"}, "shipping_address"=>{"first_name"=>"Roberto Alejandro", "last_name"=>"de la Cruz", "address1"=>"Jardines de Sauceda", "address2"=>"14", "country"=>{"code"=>"MXN"}, "state"=>{"code"=>"ZAC"}, "city"=>"Guadalupe", "postal_code"=>"98612", "phone"=>"4921347491"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |