Creates a shipping rate.
Shipping rate resource.
Shipping rate created.
Location | string <uri> Location of the related resource. Example: "https://api.rebilly.com/example" |
Unauthorized access. Invalid credentials used.
Access forbidden.
Invalid data sent.
{- "name": "string",
- "descriptions": "string",
- "price": 0,
- "currency": "USD",
- "filter": "deliveryAddress.country:US,CA,RU;amount:100..1000",
- "status": "active"
}
{- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "name": "string",
- "descriptions": "string",
- "price": 0,
- "currency": "USD",
- "filter": "deliveryAddress.country:US,CA,RU;amount:100..1000",
- "status": "active",
- "createdTime": "2019-08-24T14:15:22Z",
- "updatedTime": "2019-08-24T14:15:22Z"
}