GET POS/Settings/ShippingTypes?Carrier={Carrier}&Currency={Currency} Try Now
Get the Shipping Types
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Carrier | ShippingCarrier |
Required
|
|
Currency | string |
Default value is
|
Body Parameters
None.
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
ShippingTypeId |
The identifier of the shipping type.
|
string |
None.
|
SubscriberId |
The identifier of the subscriber.
|
string |
None.
|
Carrier |
The carrier.
|
ShippingCarrier |
None.
|
CarrierName |
The name of the carrier.
|
string |
None.
|
Service |
The service.
|
string |
None.
|
Cost |
The cost.
|
decimal number |
None.
|
Response Formats
application/json, text/json
Sample:
{ "ShippingTypeId": "", "SubscriberId": "", "Carrier": "None", "CarrierName": "None", "Service": "", "Cost": 4.0 }