Command Delivery
Retrieves all delivery items associated with a specific order.
The ID of the store.
411486491630370816
The ID of the order to retrieve delivery items from.
411486491630370816
OK
Error response
GET /v1/stores/{storeId}/orders/{orderId}/command-delivery HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
[
{
"id": "411486491630370816",
"store_id": "411486491630370816",
"customer_id": "411486491630370816",
"customer": {
"id": "411486491630370816",
"store_id": "411486491630370816",
"profile": {
"id": "text",
"platform": "steam",
"name": "text",
"avatar_url": "text"
},
"steam_id": "76561197960287930",
"steam": {
"id": "76561197960287930",
"name": "text",
"avatar_url": "text"
},
"minecraft_uuid": "f84c6a79-0a4e-45e0-879b-cd49ebd4c4e2",
"minecraft": {
"id": "f84c6a79-0a4e-45e0-879b-cd49ebd4c4e2",
"name": "notch",
"avatar_url": "text"
},
"xbox_xuid": "text",
"minecraft_platform": "unknown",
"name": "m0uka",
"created_at": "2025-08-28T18:00:43.129Z",
"updated_at": "2025-08-28T18:00:43.129Z",
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"order_customer_id": "411486491630370816",
"order_customer": {
"id": "411486491630370816",
"store_id": "411486491630370816",
"profile": {
"id": "text",
"platform": "steam",
"name": "text",
"avatar_url": "text"
},
"steam_id": "76561197960287930",
"steam": {
"id": "76561197960287930",
"name": "text",
"avatar_url": "text"
},
"minecraft_uuid": "f84c6a79-0a4e-45e0-879b-cd49ebd4c4e2",
"minecraft": {
"id": "f84c6a79-0a4e-45e0-879b-cd49ebd4c4e2",
"name": "notch",
"avatar_url": "text"
},
"xbox_xuid": "text",
"minecraft_platform": "unknown",
"name": "m0uka",
"created_at": "2025-08-28T18:00:43.129Z",
"updated_at": "2025-08-28T18:00:43.129Z",
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"checkout_id": "411486491630370816",
"checkout_line_id": "411486491630370816",
"order_id": "411486491630370816",
"order_line_id": "411486491630370816",
"subscription_id": "411486491630370816",
"execute_on_gameserver_id": "411486491630370816",
"quantity_index": 1,
"product": {
"id": "411486491630370816",
"name": "Premium Membership",
"slug": "premium-membership",
"version_id": "v2.1.0"
},
"state": "usable",
"added_at": "2025-08-28T18:00:43.129Z",
"added_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"active_at": "2025-08-28T18:00:43.129Z",
"expirable": true,
"expires_at": "2025-08-28T18:00:43.129Z",
"override_expires_at": "2025-08-28T18:00:43.129Z",
"removed_at": "2025-08-28T18:00:43.129Z",
"revoked_at": "2025-08-28T18:00:43.129Z",
"revoke_reason": "text",
"revoked_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"command_attempts": [
{
"id": "411486491630370816",
"inventory_item_id": "411486491630370816",
"gameserver_id": "411486491630370816",
"steam_id": "76561197960287930",
"minecraft_uuid": "text",
"customer_name": "text",
"command_stage": "text",
"command": "text",
"online_only": true,
"rerun": true,
"queued_at": "2025-08-28T18:00:43.129Z",
"executed_at": "2025-08-28T18:00:43.129Z",
"unqueued_at": "2025-08-28T18:00:43.129Z"
}
],
"skip_commands": true,
"custom_variables": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"gift": true
}
]
Retrieves delivery items associated with a customer
411486491630370816
411486491630370816
The maximum number of items to return in a single request.
Returns items after the specified ID. Used for forward pagination through results.
Returns items before the specified ID. Used for backward pagination through results.
Determines the sort order of returned items. When true, items are returned in ascending order. When false, items are returned in descending order.
OK
Error response
GET /v1/stores/{storeId}/customers/{customerId}/command-delivery HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
[
{
"id": "411486491630370816",
"store_id": "411486491630370816",
"customer_id": "411486491630370816",
"customer": {
"id": "411486491630370816",
"store_id": "411486491630370816",
"profile": {
"id": "text",
"platform": "steam",
"name": "text",
"avatar_url": "text"
},
"steam_id": "76561197960287930",
"steam": {
"id": "76561197960287930",
"name": "text",
"avatar_url": "text"
},
"minecraft_uuid": "f84c6a79-0a4e-45e0-879b-cd49ebd4c4e2",
"minecraft": {
"id": "f84c6a79-0a4e-45e0-879b-cd49ebd4c4e2",
"name": "notch",
"avatar_url": "text"
},
"xbox_xuid": "text",
"minecraft_platform": "unknown",
"name": "m0uka",
"created_at": "2025-08-28T18:00:43.129Z",
"updated_at": "2025-08-28T18:00:43.129Z",
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"order_customer_id": "411486491630370816",
"order_customer": {
"id": "411486491630370816",
"store_id": "411486491630370816",
"profile": {
"id": "text",
"platform": "steam",
"name": "text",
"avatar_url": "text"
},
"steam_id": "76561197960287930",
"steam": {
"id": "76561197960287930",
"name": "text",
"avatar_url": "text"
},
"minecraft_uuid": "f84c6a79-0a4e-45e0-879b-cd49ebd4c4e2",
"minecraft": {
"id": "f84c6a79-0a4e-45e0-879b-cd49ebd4c4e2",
"name": "notch",
"avatar_url": "text"
},
"xbox_xuid": "text",
"minecraft_platform": "unknown",
"name": "m0uka",
"created_at": "2025-08-28T18:00:43.129Z",
"updated_at": "2025-08-28T18:00:43.129Z",
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"checkout_id": "411486491630370816",
"checkout_line_id": "411486491630370816",
"order_id": "411486491630370816",
"order_line_id": "411486491630370816",
"subscription_id": "411486491630370816",
"execute_on_gameserver_id": "411486491630370816",
"quantity_index": 1,
"product": {
"id": "411486491630370816",
"name": "Premium Membership",
"slug": "premium-membership",
"version_id": "v2.1.0"
},
"state": "usable",
"added_at": "2025-08-28T18:00:43.129Z",
"added_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"active_at": "2025-08-28T18:00:43.129Z",
"expirable": true,
"expires_at": "2025-08-28T18:00:43.129Z",
"override_expires_at": "2025-08-28T18:00:43.129Z",
"removed_at": "2025-08-28T18:00:43.129Z",
"revoked_at": "2025-08-28T18:00:43.129Z",
"revoke_reason": "text",
"revoked_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"command_attempts": [
{
"id": "411486491630370816",
"inventory_item_id": "411486491630370816",
"gameserver_id": "411486491630370816",
"steam_id": "76561197960287930",
"minecraft_uuid": "text",
"customer_name": "text",
"command_stage": "text",
"command": "text",
"online_only": true,
"rerun": true,
"queued_at": "2025-08-28T18:00:43.129Z",
"executed_at": "2025-08-28T18:00:43.129Z",
"unqueued_at": "2025-08-28T18:00:43.129Z"
}
],
"skip_commands": true,
"custom_variables": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"gift": true
}
]
Allows you to assign a delivery item to a customer
411486491630370816
411486491630370816
411486491630370816
411486491630370816
411486491630370816
Quantity of products to assign.
Override expiry date for the delivery item.
Skip command execution when assigning the item.
OK
Error response
POST /v1/stores/{storeId}/customers/{customerId}/command-delivery HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 262
{
"product_id": "411486491630370816",
"product_version_id": "411486491630370816",
"execute_on_gameserver_id": "411486491630370816",
"quantity": 1,
"override_expires_at": "2025-08-28T18:00:43.129Z",
"skip_commands": true,
"custom_variables": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}
[
{
"id": "411486491630370816",
"store_id": "411486491630370816",
"customer_id": "411486491630370816",
"customer": {
"id": "411486491630370816",
"store_id": "411486491630370816",
"profile": {
"id": "text",
"platform": "steam",
"name": "text",
"avatar_url": "text"
},
"steam_id": "76561197960287930",
"steam": {
"id": "76561197960287930",
"name": "text",
"avatar_url": "text"
},
"minecraft_uuid": "f84c6a79-0a4e-45e0-879b-cd49ebd4c4e2",
"minecraft": {
"id": "f84c6a79-0a4e-45e0-879b-cd49ebd4c4e2",
"name": "notch",
"avatar_url": "text"
},
"xbox_xuid": "text",
"minecraft_platform": "unknown",
"name": "m0uka",
"created_at": "2025-08-28T18:00:43.129Z",
"updated_at": "2025-08-28T18:00:43.129Z",
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"order_customer_id": "411486491630370816",
"order_customer": {
"id": "411486491630370816",
"store_id": "411486491630370816",
"profile": {
"id": "text",
"platform": "steam",
"name": "text",
"avatar_url": "text"
},
"steam_id": "76561197960287930",
"steam": {
"id": "76561197960287930",
"name": "text",
"avatar_url": "text"
},
"minecraft_uuid": "f84c6a79-0a4e-45e0-879b-cd49ebd4c4e2",
"minecraft": {
"id": "f84c6a79-0a4e-45e0-879b-cd49ebd4c4e2",
"name": "notch",
"avatar_url": "text"
},
"xbox_xuid": "text",
"minecraft_platform": "unknown",
"name": "m0uka",
"created_at": "2025-08-28T18:00:43.129Z",
"updated_at": "2025-08-28T18:00:43.129Z",
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"checkout_id": "411486491630370816",
"checkout_line_id": "411486491630370816",
"order_id": "411486491630370816",
"order_line_id": "411486491630370816",
"subscription_id": "411486491630370816",
"execute_on_gameserver_id": "411486491630370816",
"quantity_index": 1,
"product": {
"id": "411486491630370816",
"name": "Premium Membership",
"slug": "premium-membership",
"version_id": "v2.1.0"
},
"state": "usable",
"added_at": "2025-08-28T18:00:43.129Z",
"added_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"active_at": "2025-08-28T18:00:43.129Z",
"expirable": true,
"expires_at": "2025-08-28T18:00:43.129Z",
"override_expires_at": "2025-08-28T18:00:43.129Z",
"removed_at": "2025-08-28T18:00:43.129Z",
"revoked_at": "2025-08-28T18:00:43.129Z",
"revoke_reason": "text",
"revoked_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"command_attempts": [
{
"id": "411486491630370816",
"inventory_item_id": "411486491630370816",
"gameserver_id": "411486491630370816",
"steam_id": "76561197960287930",
"minecraft_uuid": "text",
"customer_name": "text",
"command_stage": "text",
"command": "text",
"online_only": true,
"rerun": true,
"queued_at": "2025-08-28T18:00:43.129Z",
"executed_at": "2025-08-28T18:00:43.129Z",
"unqueued_at": "2025-08-28T18:00:43.129Z"
}
],
"skip_commands": true,
"custom_variables": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"gift": true
}
]
Allows you to revoke a delivery item associated with a customer
411486491630370816
411486491630370816
411486491630370816
No Content
No content
Error response
DELETE /v1/stores/{storeId}/customers/{customerId}/command-delivery/{deliveryItemId} HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content
Allows you to assign multiple delivery items for multiple customers in bulk
411486491630370816
411486491630370816
411486491630370816
411486491630370816
Quantity of products to assign.
Override expiry date for the delivery item.
Skip command execution when assigning the item.
OK
Error response
POST /v1/stores/{storeId}/command-delivery HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 265
[
{
"customer_id": "411486491630370816",
"product_version_id": "411486491630370816",
"execute_on_gameserver_id": "411486491630370816",
"quantity": 1,
"override_expires_at": "2025-08-28T18:00:43.129Z",
"skip_commands": true,
"custom_variables": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}
]
[
{
"id": "411486491630370816",
"store_id": "411486491630370816",
"customer_id": "411486491630370816",
"customer": {
"id": "411486491630370816",
"store_id": "411486491630370816",
"profile": {
"id": "text",
"platform": "steam",
"name": "text",
"avatar_url": "text"
},
"steam_id": "76561197960287930",
"steam": {
"id": "76561197960287930",
"name": "text",
"avatar_url": "text"
},
"minecraft_uuid": "f84c6a79-0a4e-45e0-879b-cd49ebd4c4e2",
"minecraft": {
"id": "f84c6a79-0a4e-45e0-879b-cd49ebd4c4e2",
"name": "notch",
"avatar_url": "text"
},
"xbox_xuid": "text",
"minecraft_platform": "unknown",
"name": "m0uka",
"created_at": "2025-08-28T18:00:43.129Z",
"updated_at": "2025-08-28T18:00:43.129Z",
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"order_customer_id": "411486491630370816",
"order_customer": {
"id": "411486491630370816",
"store_id": "411486491630370816",
"profile": {
"id": "text",
"platform": "steam",
"name": "text",
"avatar_url": "text"
},
"steam_id": "76561197960287930",
"steam": {
"id": "76561197960287930",
"name": "text",
"avatar_url": "text"
},
"minecraft_uuid": "f84c6a79-0a4e-45e0-879b-cd49ebd4c4e2",
"minecraft": {
"id": "f84c6a79-0a4e-45e0-879b-cd49ebd4c4e2",
"name": "notch",
"avatar_url": "text"
},
"xbox_xuid": "text",
"minecraft_platform": "unknown",
"name": "m0uka",
"created_at": "2025-08-28T18:00:43.129Z",
"updated_at": "2025-08-28T18:00:43.129Z",
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"checkout_id": "411486491630370816",
"checkout_line_id": "411486491630370816",
"order_id": "411486491630370816",
"order_line_id": "411486491630370816",
"subscription_id": "411486491630370816",
"execute_on_gameserver_id": "411486491630370816",
"quantity_index": 1,
"product": {
"id": "411486491630370816",
"name": "Premium Membership",
"slug": "premium-membership",
"version_id": "v2.1.0"
},
"state": "usable",
"added_at": "2025-08-28T18:00:43.129Z",
"added_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"active_at": "2025-08-28T18:00:43.129Z",
"expirable": true,
"expires_at": "2025-08-28T18:00:43.129Z",
"override_expires_at": "2025-08-28T18:00:43.129Z",
"removed_at": "2025-08-28T18:00:43.129Z",
"revoked_at": "2025-08-28T18:00:43.129Z",
"revoke_reason": "text",
"revoked_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"command_attempts": [
{
"id": "411486491630370816",
"inventory_item_id": "411486491630370816",
"gameserver_id": "411486491630370816",
"steam_id": "76561197960287930",
"minecraft_uuid": "text",
"customer_name": "text",
"command_stage": "text",
"command": "text",
"online_only": true,
"rerun": true,
"queued_at": "2025-08-28T18:00:43.129Z",
"executed_at": "2025-08-28T18:00:43.129Z",
"unqueued_at": "2025-08-28T18:00:43.129Z"
}
],
"skip_commands": true,
"custom_variables": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"gift": true
}
]
Was this helpful?