Skip to content

Instantly share code, notes, and snippets.

@jrmsklar
Last active March 3, 2017 16:50
Show Gist options
  • Save jrmsklar/1727d1255c970ca0505f1c2237008092 to your computer and use it in GitHub Desktop.
Save jrmsklar/1727d1255c970ca0505f1c2237008092 to your computer and use it in GitHub Desktop.
// GET /content/order-complete-checks?action=:action&produtId=:productId
// :action - bid-placed|bid-matched|ask-palced|ask-matched|spo-bid-placed
// :productId - product ID
{
"data": [{
"type": "order-complete-checks",
"attributes": {
"requiresManualChecks": true,
"checks": [
"NEW & UNWORN",
"IN ORIGINAL BOX",
"READY TO SHIP NOW"
]
}
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment