GET api/orders/{cartmasterid}/warehouses/{whcode}/customers/{customerid}/allowinternational/{allowinternational}/allowdomestic/{allowdomestic}/shipping
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customerid | integer |
Required |
|
| cartmasterid | integer |
Required |
|
| allowinternational | boolean |
Required |
|
| allowdomestic | boolean |
Required |
|
| whcode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
pCart_Warehouse_Shipping_CustomerCart_Load_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| CartShippingID | integer |
None. |
|
| FreightShippingStatus | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"CartShippingID": 1,
"FreightShippingStatus": "sample string 2"
}