Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "destination": {
- "name": "companyName"
- },
- "orderData": {
- "printType": "digital",
- "sourceOrderId": "12312345",
- "email": "[email protected]",
- "misCode": "9876543210",
- "amount": 123.45,
- "currency": "USD",
- "customerName": "John Doe",
- "purchaseOrderNumber": "PO123456",
- "tags": [ "orderID-12345", "csr-jim doe" ],
- "extraData": { },
- "items": [
- {
- "description": "Introductory x",
- "shipmentIndex": 0,
- "sourceItemId": "12345",
- "sku": "variable",
- "quantity": 1,
- "shrinkWrap": false,
- "binding": "saddle",
- "folding": "half",
- "barcode": "12345",
- "extraData": { },
- "components": [
- {
- "sourceComponentId": "COMP-1234678",
- "code": "asset",
- "localFile": false,
- "fetch": true,
- "path": "http://www.xxx.com/assetFile.pdf",
- "preflight": true,
- "paper": "glossText",
- "weight": "90gsm",
- "width": 210,
- "height": 297,
- "pages": 16,
- "duplicate": 250,
- "finish": {
- "side1": "glosslam",
- "side2": "none"
- },
- "colour": {
- "side1": "4process",
- "side2": "4process"
- },
- "barcode": "12345678",
- "attributes": {
- "embossed": "no"
- },
- "extraData": {}
- }
- ]
- }
- ],
- "shipments": [
- {
- "sourceShipmentId": "SHIP-12345678",
- "shipmentIndex": 0,
- "shipByDate": "2015-07-31",
- "canShipEarly": true,
- "cost": 18.75,
- "shipTo":{
- "name": "John Doe",
- "companyName": "Acme",
- "address1": "1234 Main St.",
- "address2": "",
- "address3": "",
- "town": "Capitol",
- "postcode": "12345",
- "state": "NewYork",
- "isoCountry": "US",
- "country": "United States of America",
- "email": "[email protected]",
- "phone": "+12345678910"
- },
- "returnAddress": {
- "name": "Print Operator",
- "companyName": "Print Co.",
- "address1": "4321 Back St.",
- "address2": "",
- "address3": "",
- "town": "Capitol",
- "postcode": "12346",
- "state": "NewYork",
- "isoCountry": "US",
- "country": "United States of America",
- "email": "[email protected]"
- },
- "carrier": {
- "code": "fedex",
- "service": "ground",
- "alias": "FedEx Ground"
- },
- "attachments": [
- {
- "path": "http://www.xxx.com/jobTicket.pdf",
- "type": "jobTicket"
- }
- ]
- }
- ]
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment