-
-
Save seit/a543692e89b0986fa657fdaf9531bb64 to your computer and use it in GitHub Desktop.
注文情報取得結果
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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