LaserShip

Ensure you have provided required credentials to ship with LaserShip.

LaserShip credential requirements

Prior to shipping with LaserShip, you must configure credentials in the Shipium Console. You'll provide a Web Service ID, Web Service Key, and Customer Branch for the Fulfillment Center (provided by LaserShip) as well as the critical pull time and injection time.

When shipping with LaserShip, you must include three required fields, listed in the following table, as part of the shipmentParameters.

Reference fieldRequired/OptionalField propertiesDescription
customsInfo.totalCustomsValueRequiredStringThe customs value of the shipment in total customs value currency
customsInfo .totalCustomsValueCurrencyRequiredStringThe ISO-4217 currency code representing the total customs value
customsInfo.customsDescriptionRequiredStringThe detailed description of the items being shipped

A snippet of the JSON request for the API call with the required fields is included. This example is for a single-parcel shipment. A multi-parcel shipment would be included in multiParcelShipmentParameters.

{
  "shipmentParameters": {
    "customsInfo": {
          "totalCustomsValue": 54.95,
          "totalCustomsValueCurrency": "usd",
          "customsDescription": "9 mm steel screws"
    }
}

Resources

Your Shipium team member is available to help along the way. However, you might find these resources helpful: