Shipping Rate

Shipping Rates

Flex API Reference

Welcome to the Flex API reference docs. Here you'll find all the endpoints exposed by Flex, learn how to use them and what they return.

Production Endpoint
https://api.withflex.com
Staging Endpoint
https://api-stg.withflex.com

List Shipping Rates

Returns a list of your shipping rates

Parameters

No parameters available.

get/v1/shipping_rates
RESPONSE
[]

Create Shipping Rate

Creates a new shipping rate object

Parameters

No parameters available.

post/v1/shipping_rates
RESPONSE
[]

Get Shipping Rate

Returns the shipping rate object with the given ID.

Parameters

No parameters available.

get/v1/shipping_rates/{id}
RESPONSE
[]

Update Shipping Rate

Updates the specified shipping rate by setting the values of the parameters passed. Any parameters not provided will be left unchanged.

Parameters

No parameters available.

put/v1/shipping_rates/{id}
RESPONSE
[]