pixi Developer & Integration Documentation

pixiPutIntoBox

Description

Shipping scan in of item into box or directly for invoice in case of 1SS functionality


Request Parameters

#

Name

Type

Required

Example

Description

1

OrderlineKey

integer

1

123

Orderline ID

2

SupplGroup

string

1

abcdefg

Supplier group

3

Username

string

1

abcdefg

User name

4

SupplOrderNr

integer

0

123

Supplier order number

5

FromBox

integer

1

123

Define box range (from box)

6

ToBox

integer

1

123

Define box range (to box)

7

SerialNr

string

1

abcdefg

Serial number of the item on the orderline

8

PickListNr

integer

0

123

Picklist number

9

IsPersonalizedScanIn

boolean

0

0 or 1

Indicate if scanning in a personalized item

10

BinRef

integer

0

123

Bin place ID

11

BatchNumber

string

0

asdf1234

Search by Batch number

12

BestBeforeDate

string

0

YYYY-MM-DD hh:mm:ss

Search by Best Before Date - From

13

ScannedQty

integer

0

123

Quantity for scan to box


Request body

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:dem="https://api.pixi.eu/soap/demosandbox/">
   <soapenv:Header/>
   <soapenv:Body>
      <dem:pixiPutIntoBox>
         <dem:OrderlineKey>123</dem:OrderlineKey>
         <dem:SupplGroup>abcdefg</dem:SupplGroup>
         <dem:Username>abcdefg</dem:Username>
         <dem:SupplOrderNr>123</dem:SupplOrderNr>
         <dem:FromBox>123</dem:FromBox>
         <dem:ToBox>123</dem:ToBox>
         <dem:SerialNr>abcdefg</dem:SerialNr>
         <dem:PickListNr>123</dem:PickListNr>
         <dem:IsPersonalizedScanIn>0 or 1</dem:IsPersonalizedScanIn>
         <dem:BinRef>123</dem:BinRef>
         <dem:BatchNumber>asdf1234</dem:BatchNumber>
         <dem:BestBeforeDate>YYYY-MM-DD hh:mm:ss</dem:BestBeforeDate>
         <dem:ScannedQty>123</dem:ScannedQty>
      </dem:pixiPutIntoBox>
   </soapenv:Body>
</soapenv:Envelope>


Response


Body 1: Status output

#

Name

Type

Description

1

BoxKey

integer

Box Id where the item should be put

2

BoxNr

integer

Box number where the item should be put

3

BoxColor

integer

Box color - for display in pixi UI.

4

Action

string

Execution status/action

5

DESCRIPTION

string

Description of the status/actioin


Body 2: Status output

#

Name

Type

Description

1

Status

string

Execution status (OK/ERROR)

2

StatusMessage

string

Description of the status


Additional Notes

The API call can only be used when **"Premium API"** setting is **enabled**.