Skip to content

Instantly share code, notes, and snippets.

@seit
Last active December 20, 2021 10:51
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 seit/a543692e89b0986fa657fdaf9531bb64 to your computer and use it in GitHub Desktop.
Save seit/a543692e89b0986fa657fdaf9531bb64 to your computer and use it in GitHub Desktop.
注文情報取得結果
{
"data": {
"order": {
"name": "#2042",
"email": "sample@google.co.jp",
"cancelledAt": null,
"displayFinancialStatus": "PAID",
"displayFulfillmentStatus": "UNFULFILLED",
"fullyPaid": true,
"canMarkAsPaid": false,
"lineItems": {
"edges": [
{
"node": {
"id": "gid://shopify/LineItem/123456789",
"sku": "SAMPLE-SKU-1",
"title": "サンプル商品A",
"quantity": 1,
"refundableQuantity": 1,
"variant": {
"id": "gid://shopify/ProductVariant/123456789",
"sku": "SAMPLE-SKU-1-1",
"title": "バリエーションA1"
}
}
},
{
"node": {
"id": "gid://shopify/LineItem/987654321",
"sku": "SAMPLE-SKU-2",
"title": "サンプル商品B",
"quantity": 1,
"refundableQuantity": 1,
"variant": {
"id": "gid://shopify/ProductVariant/987654321",
"sku": "SAMPLE-SKU-2-1",
"title": "バリエーションB1"
}
}
}
]
},
"fulfillmentOrders": {
"edges": [
{
"node": {
"id": "gid://shopify/FulfillmentOrder/123456789",
"status": "OPEN",
"assignedLocation": {
"location": {
"id": "gid://shopify/Location/123456789",
"name": "株式会社出荷元A"
}
}
}
},
{
"node": {
"id": "gid://shopify/FulfillmentOrder/987654321",
"status": "OPEN",
"assignedLocation": {
"location": {
"id": "gid://shopify/Location/987654321",
"name": "株式会社出荷元B"
}
}
}
}
]
}
}
},
"extensions": {
"cost": {
"requestedQueryCost": 50,
"actualQueryCost": 15,
"throttleStatus": {
"maximumAvailable": 2000.0,
"currentlyAvailable": 1985,
"restoreRate": 100.0
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment