Update Shipping Rate
Update Shipping Rate
Updates the specified shipping rate by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
PUT
Update Shipping Rate
Authorizations
Use a Bearer token to access this API.
Path Parameters
Example:
"obj_01EXAMPLE00000000000000000"
Body
application/json
Example:
{ "metadata": {}, "active": false }Response
Success
Example:
{
"shipping_rate_id": "obj_01EXAMPLE00000000000000000",
"active": false,
"display_name": "Example",
"amount": 0,
"metadata": {},
"created_at": "2024-01-01T00:00:00Z"
}