their The method requires a JSON format request.: Customer Id the Customer Under constructioncustomerName Customer Name. Under construction Carrier Id the Carrier Code. Under constructioncarrierName Carrier Name. Under construction Customer Way Instructions Notes items: Array Id Product Under construction Box Under construction Units Under construction Stem Bunch Under construction Number Unit Item Product Item
1 customerId 99999 carrierName shipDate2014-04-10 poNumberPO9999","R99999 instructionsText for",labelInstructionsTextforlabelinstructions orderItemId9999999, 5, 250 markCodetext for mark code productAlias "text for product alias", "notestext for notes
Sample 2authenticationTokentoken_info_goes_herecustomerId99999,"carrierCode": "AR" carrierName"Armellini" shipDate"2014-04-10"poNumber"PO9999","reference":"R99999","instructions":"Textforinstructions", labelInstructions"Text for label instructions", "items": [ {RS50boxTypeCode"HB", "unitsPerBox":150, unitType"Stem","boxes":5,"price":2.50,"markCode":"textformarkcode","productAlias":"textforproductalias", "notes":"textfornotes"}]
Response
Output:
- status (integer:1): Transaction status. 1 for success or 0 for failure.
- message (string:500): Description of the status of the transaction.
- invoiceId (integer:20): Invoice id.
- invoiceNumber (integer:10): Invoice number.
- availableBoxes (integer:10): Number of boxes that are available if the transactions fails. Under construction
Sample 1
Code Block |
---|
{
"status": "1",
"message": "success",
"invoiceId": 111111111,
"invoiceNumber": 85443
} |
Sample 2
Code Block |
---|
{
"status": "0",
"message": "Item is not available",
"invoiceId": 111111111,
"invoiceNumber": 85443,
"availableBoxes":2
} |