Create Shipping Rate
Create Shipping Rate
Creates a new shipping rate object
POST
Create Shipping Rate
Authorizations
Use a Bearer token to access this API.
Body
application/json
Example:
{
"display_name": "Example",
"amount": 0,
"metadata": {}
}
Response
Success
Example:
{
"shipping_rate_id": "obj_01EXAMPLE00000000000000000",
"active": false,
"display_name": "Example",
"amount": 0,
"metadata": {},
"created_at": "2024-01-01T00:00:00Z"
}