GET api/ShippingHeader/{Shipping_Number}/{Sales_Doc_Num}/{Sales_Doc_Type}

Get ShippingHeader requests.

Request Information

Parameters

NameDescriptionAdditional information
Shipping_Number
No documentation available.

Define this parameter in the request URI.

Sales_Doc_Num
No documentation available.

Define this parameter in the request URI.

Sales_Doc_Type
No documentation available.

Define this parameter in the request URI.

Request body formats

text/plain

Sample:
No body required. Body is ignored.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Shipping_Number": "sample string 1",
  "Sales_Doc_Num": "sample string 2",
  "Sales_Doc_Type": "sample string 3",
  "Customer_PO_Num": "sample string 4",
  "Carrier_Code": "sample string 5",
  "Shipping_Method": "sample string 6",
  "Shipping_Date": "2025-09-24T14:58:20.099-05:00",
  "Delivery_Date": "2025-09-24T14:58:20.099-05:00",
  "Shipping_Weight": 7.0,
  "Order_Weight": 8.0,
  "Bill_Of_Lading": "sample string 9",
  "Carrier_Pro_Num": "sample string 10",
  "Ship_Complete": true,
  "ASN_Sent": true,
  "Shipping_Label_Request": "sample string 11",
  "Carrier_Name": "sample string 12",
  "Shipping_Cost": 13.0,
  "Labels_Printed": true,
  "UserFieldData": [
    {},
    {},
    {}
  ],
  "UserFieldNames": [
    "sample string 1",
    "sample string 2",
    "sample string 3"
  ],
  "Notifications": null
}