Skip to content

Instantly share code, notes, and snippets.

@umair-khokhar
Created September 16, 2019 19:37
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 umair-khokhar/38784867289280a9b9dd8689dd9c6a61 to your computer and use it in GitHub Desktop.
Save umair-khokhar/38784867289280a9b9dd8689dd9c6a61 to your computer and use it in GitHub Desktop.
{
"data": [
{
"type": "fulfillments",
"id": "string",
"attributes": {
"status": "string",
"service_level": "string",
"ship_method": "string",
"shipping_address": {
"first_name": "string",
"last_name": "string",
"company": "string",
"street_1": "string",
"street_2": "string",
"city": "string",
"state": "string",
"postal_code": "string",
"country_iso": "string"
},
"customer": {
"first_name": "string",
"last_name": "string",
"phone": "string",
"email": "string"
},
"notes": "string",
"created_at": "2019-09-16T19:36:30.565Z"
},
"links": {
"self": "string"
},
"meta": {
"reference": {
"type": "string",
"id": "string"
},
"source": {
"type": "string",
"id": "string"
}
}
}
],
"links": {
"self": "string",
"first": "string",
"last": "string"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment