Update a shipping rate
POST {{baseUrl}}/v1/shipping_rates/:shipping_rate_token
Updates an existing shipping rate object.
Request Body
[{"name"=>"active", "value"=>"<boolean>", "datatype"=>"string"}, {"name"=>"expand[0]", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"expand[1]", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"fixed_amount[currency_options]", "value"=>"<object>", "datatype"=>"string"}, {"name"=>"tax_behavior", "value"=>"<string>", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |