Get Shipping methods
GET
/shipping-methods
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/shipping-methods?page=1&limit=100' \
--header 'X-Identifier: {{x_identifier}}' \
--header 'Authorization: Bearer {{token}}' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'
Response Response Example
{}
Request
Query Params
page
integer
optional
Example:
1
limit
integer
optional
Example:
100
Header Params
X-Identifier
string
required
Example:
{{x_identifier}}
Authorization
string
required
Example:
Bearer {{token}}
Accept
string
required
Example:
application/json
Content-Type
string
required
Example:
application/json