Skip to content

Instantly share code, notes, and snippets.

@haoxi911
Created November 10, 2022 00:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haoxi911/9363437f7e8aafa113bd9a4682504a73 to your computer and use it in GitHub Desktop.
Save haoxi911/9363437f7e8aafa113bd9a4682504a73 to your computer and use it in GitHub Desktop.
ShipStation API Response
{
"orderId": 686882714,
"orderNumber": "9999616949",
"orderKey": "1849507",
"orderDate": "2018-04-16T00:00:00.0000000",
"createDate": "2022-11-09T15:15:09.9970000",
"modifyDate": "2022-11-09T15:15:10.7400000",
"paymentDate": "2018-04-16T00:00:00.0000000",
"shipByDate": null,
"orderStatus": "awaiting_shipment",
"customerId": null,
"customerUsername": null,
"customerEmail": "",
"billTo": {
"name": " ",
"company": "",
"street1": "",
"street2": "",
"street3": null,
"city": "",
"state": "",
"postalCode": "",
"country": " ",
"phone": "",
"residential": null,
"addressVerified": null
},
"shipTo": {
"name": " ",
"company": "TESTOR MARILYN",
"street1": "3200 USA PKWY",
"street2": "",
"street3": null,
"city": "SPARKS",
"state": "NV",
"postalCode": "89437-5614",
"country": "US",
"phone": "",
"residential": false,
"addressVerified": "Address validated successfully"
},
"items": [
{
"orderItemId": 1014608477,
"lineItemKey": "",
"sku": "IFSUMEWH0BUN",
"name": "IFROGZ SUMMIT EARBUDS 2PK RED",
"imageUrl": null,
"weight": null,
"quantity": 1,
"unitPrice": 15.00,
"taxAmount": null,
"shippingAmount": null,
"warehouseLocation": null,
"options": [],
"productId": 49822449,
"fulfillmentSku": null,
"adjustment": false,
"upc": "",
"createDate": "2022-11-09T15:15:09.917",
"modifyDate": "2022-11-09T15:15:09.917"
}
],
"orderTotal": 17.17,
"amountPaid": 0.00,
"taxAmount": 2.17,
"shippingAmount": 0.00,
"customerNotes": null,
"internalNotes": "",
"gift": true,
"giftMessage": "",
"paymentMethod": "CC",
"requestedShippingService": "UPSN",
"carrierCode": "ups",
"serviceCode": null,
"packageCode": null,
"confirmation": "none",
"shipDate": null,
"holdUntilDate": null,
"weight": {
"value": 0.00,
"units": "ounces",
"WeightUnits": 1
},
"dimensions": null,
"insuranceOptions": {
"provider": null,
"insureShipment": false,
"insuredValue": 0.0
},
"internationalOptions": {
"contents": "merchandise",
"customsItems": null,
"nonDelivery": "return_to_sender"
},
"advancedOptions": {
"warehouseId": 246992,
"nonMachinable": false,
"saturdayDelivery": false,
"containsAlcohol": false,
"mergedOrSplit": false,
"mergedIds": [],
"parentId": null,
"storeId": 68242,
"customField1": null,
"customField2": null,
"customField3": null,
"source": null,
"billToParty": "my_other_account",
"billToAccount": null,
"billToPostalCode": null,
"billToCountryCode": null,
"billToMyOtherAccount": 272357
},
"tagIds": [
65314
],
"userId": null,
"externallyFulfilled": false,
"externallyFulfilledBy": null,
"externallyFulfilledById": null,
"externallyFulfilledByName": null,
"labelMessages": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment