[v2.6] Routing

Overview

This endpoint compares the information passed in to the defined routing guides in SCC to see if any match the criteria. 

If more than one routing guide matches the provided criteria, the system returns the most-specific routing guide as the result. 


POST /Routing


 Request Body
PropertyData TypeNotes
shipToIdstringPartner ID associated with the routing guide.
expectedTransitTimeinteger

Desired number of days in transit.

totalWeightnumberTotal weight of the shipment.
totalCartonCountinterger

Total number of cartons. 

Either this OR the pallet count should be filled in.

totalPalletCountnumber

Total number of pallets. 

Either this OR the carton count should be filled in.

orderTagstringOrder attribute that this order is associated to.
customerTagstringCustomer attribute that this order is associated to.
itemTagstringItem attribute that should be associated to the order.


 shipFromAddress
PropertyData TypeNotes
name
stringmax length: 100
companystringmax length: 150
attentionTostringmax length: 150
addressLinesstring
citystringmax length: 150
postalCodestringmax length: 15
stateProvinceCodestringmax length: 5
countrystring
countryCodestringmax length: 5
phoneNumberstringmax length: 20
residentialboolean
taxIdstring
emailAddressstringmax length: 400
county

string


max length: 30


 identificationNumbers
PropertyData TypeNotes
vatstring
eoristring
 shipToAddress
PropertyData TypeNotes
name
stringmax length: 100
companystringmax length: 150
attentionTostringmax length: 150
addressLinesstring
citystringmax length: 150
postalCodestringmax length: 15
stateProvinceCodestringmax length: 5
countrystring
countryCodestringmax length: 5
phoneNumberstringmax length: 20
residentialboolean
taxIdstring
emailAddressstringmax length: 400
county

string


max length: 30


 identificationNumbers
PropertyData TypeNotes
vatstring
eoristring

 Response
 routingResults
PropertyData TypeNotes
carrierNamestringThe carrier name assigned to the most accurate routing guide.
carrierServiceNamestringThe carrier service level assigned to the most accurate routing guide.
carrierGroupNamestring

Carrier group to be used for bidding. 

Note

This is only filled out if the above two items are blank. 



Feedback

Submit feedback.