pixiShipoutInvoice

API Call to ship out an invoice programmatically

Since pixi version: LOU Official - Update 46 (6.9.46.27927) Additional notes: The API call can only be used when "Centralized Ship-Out" or "Premium API" setting are enabled.


Request

POST https://apigateway.descartes.com/tms/pixi/pixiShipoutInvoice

Request body

Name Type Required Description
BoxNr integer false

Box number of order due for ship out (mandatory if InvoiceNr is not provided)

Type: int

Default value: NULL

Example: 123

Available from: AVA 17.09 (8.4.33.31482)

LocID string false

Location ID of the invoice being shipped out

Type: char

Default value: 001

Example: abc

Available from: LOU Official - Update 46 (6.9.46.27927)

Weight string false

Total weight of the invoice

Type: float

Default value: NULL

Example: 1.5

Available from: AVA 17.09 (8.4.33.31482)

UserName string false

User which has shipped out that invoice

Type: varchar(50)

Default value: API

Example: abcdefg

Available from: LOU Official - Update 46 (6.9.46.27927)

InvoiceNr string false

pixi InvoiceNr to ship out (mandatory if BoxNr is not provided)

Type: varchar(20)

Default value: NULL

Example: abcdefg

Available from: LOU Official - Update 46 (6.9.46.27927)

TrackingID string false

Tracking ID(s) for the invoice

Type: varchar(8000)

Default value: NULL

Example: 1234;1235;1236

Available from: AVA 17.09 (8.4.33.31482)

ShipVendorCode string false

Shipping vendor code

Type: varchar(3)

Default value: NULL

Example: abcdefg

Available from: AVA 17.09 (8.4.33.31482)

AmountOfPackages integer false

Amount of packages for the invoice

Type: int

Default value: 1

Example: 123

Available from: AVA 17.09 (8.4.33.31482)


Response

1. Status output

Name Type Description
Status string

Execution status (OK/ERROR)

Type: varchar

Available from: 25.06 (25.6.0.58802)

StatusMessage string

Description of the status

Type: varchar

Available from: 25.06 (25.6.0.58802)