order Query
Description
Retrieves a single order by numeric ID or reference ID. Can search by order ID (e.g., "123-2024") or order reference (ObjectId).
query order($id: String, $ref: ID) {
order(id: $id, ref: $ref) {
_id
id
incId
origin
created
modified
shipping {
status
fulfilled
date
method
freeShippingThreshold
tracking
shopCollection
weight
packingSlip
}
billing {
status
fulfilled
paymentDate
refundDate
}
orderId
notes {
date
content
}
instructions
totals {
subtotal
subtotalBeforeTaxes
tax
grand
leftToPay
itemQuantity
discount
shipping
creditNote
balance
}
items {
_id
quantity
unavailable
added
}
messages {
_id
created
subject
message
fromBuyer
flagged
content
read
orderId
orderIncId
uri
via
}
buyer {
_id
firstName
lastName
email
name
path
telephone
organisation
taxNumber
}
logs {
action
description
date
ip
}
seller {
type
name
email
ref
}
updated
status
discogsStatus
buyerWasContacted
unreadMessagesCount
mergeableOrders {
_id
id
created
total
description
}
path
}
}
Variables
{
"id": "08a16b83-9094-4e89-8c05-2ccadd5c1c7e",
"ref": "853b9716af761f4f23d9c53e"
}
Response
{
"order": {
"_id": "4710b93252c33c1af1c601a3",
"id": "example",
"incId": 42,
"origin": "example",
"created": 1761876034746,
"modified": 1758899457606,
"shipping": {
"status": "Pending",
"fulfilled": true,
"date": 1713790817090,
"method": "example",
"freeShippingThreshold": 1.23,
"tracking": "example",
"shopCollection": true,
"weight": 1.23,
"packingSlip": "example"
},
"billing": {
"status": "example",
"fulfilled": true,
"paymentDate": 1734212390029,
"refundDate": 1757582419922
},
"orderId": "example",
"notes": [
{
"date": 1725477778682,
"content": "example"
}
],
"instructions": "example",
"totals": {
"subtotal": 1.23,
"subtotalBeforeTaxes": 1.23,
"tax": 1.23,
"grand": 1.23,
"leftToPay": 1.23,
"itemQuantity": 1.23,
"discount": 0.1,
"shipping": 1.23,
"creditNote": 1.23,
"balance": 1.23
},
"items": [
{
"_id": "74bed079fa62bb403efd5562",
"quantity": 1,
"unavailable": true,
"added": 1737174055970
}
],
"messages": [
{
"_id": "ebb78ca00b821a7333dcbbaf",
"created": 1731167548010,
"subject": "example",
"message": "example",
"fromBuyer": true,
"flagged": true,
"content": "example",
"read": true,
"orderId": "example",
"orderIncId": 42,
"uri": "https://www.my-common-ground-store.com/release/1763553751/release-artist-release-name",
"via": "example"
}
],
"buyer": {
"_id": "51bc5e22f28b04297b94a30d",
"firstName": "example",
"lastName": "example",
"email": "email@example.com",
"name": "example",
"path": "/release/1763553751/release-artist-release-name",
"telephone": "example",
"organisation": "example",
"taxNumber": "example"
},
"logs": [
{
"action": "example",
"description": "example",
"date": 1751728311246,
"ip": "example"
}
],
"seller": {
"type": "example",
"name": "example",
"email": "email@example.com",
"ref": "d138de16436716aa35e04710"
},
"updated": 1756392253355,
"status": "example",
"discogsStatus": "example",
"buyerWasContacted": true,
"unreadMessagesCount": 42,
"mergeableOrders": [
{
"_id": "6f76e8b85dfd97133ed4832d",
"id": "example",
"created": 1714566458601,
"total": 29.99,
"description": "example"
}
],
"path": "/release/1763553751/release-artist-release-name"
}
}
Arguments
| Name | Type | Description |
|---|---|---|
id | String | — |
ref | ID | — |