Delivery

Get delivery items associated with an order

get

Retrieves all delivery items associated with a specific order.

Authorizations
AuthorizationstringRequired

An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.

Path parameters
storeIdstring · flake-idRequired

The ID of the store.

Example: 411486491630370816
orderIdstring · flake-idRequired

The ID of the order to retrieve delivery items from.

Example: 411486491630370816
Query parameters
activeOnlybooleanOptional
Responses
chevron-right
200

OK

application/json

Represents a delivery item assigned to a customer

idstring · flake-idRequiredExample: 411486491630370816
store_idstring · flake-idRequiredExample: 411486491630370816
customer_idstring · flake-idRequiredExample: 411486491630370816
order_customer_idstring · flake-idOptionalExample: 411486491630370816
checkout_idstring · flake-idOptionalExample: 411486491630370816
checkout_line_idstring · flake-idOptionalExample: 411486491630370816
order_idstring · flake-idOptionalExample: 411486491630370816
order_line_idstring · flake-idOptionalExample: 411486491630370816
subscription_idstring · flake-idOptionalExample: 411486491630370816
trial_idstring · flake-idOptionalExample: 411486491630370816
execute_on_gameserver_idstring · flake-idOptionalExample: 411486491630370816
quantity_indexinteger · nullableOptional

The index of the item when multiple quantities were assigned

statestring · enumRequiredPossible values:
added_atstring · date-timeRequired

The date and time when the item was added

active_atstring · nullableOptional

The date and time when the item became active

expirablebooleanRequired

Indicates whether the delivery item can expire

expires_atstring · nullableOptional

The date and time when the item expires naturally

override_expires_atstring · nullableOptional

The override expiry date for the delivery item

removed_atstring · nullableOptional

The date and time when the item was removed

revoked_atstring · nullableOptional

The date and time when the item was revoked

revoke_reasonstring · nullableOptional

The reason for revoking the delivery item

skip_commandsbooleanRequired

Indicates whether command execution should be skipped for this item

giftbooleanRequired

Indicates whether the item was given as a gift

get
/v1/stores/{storeId}/orders/{orderId}/delivery/items

Assign delivery items in bulk

post

Allows you to assign multiple delivery items for multiple customers in bulk

Authorizations
AuthorizationstringRequired

An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
Bodyobject[]
customer_idstring · flake-idRequiredExample: 411486491630370816
product_version_idstring · flake-idOptionalExample: 411486491630370816
execute_on_gameserver_idstring · flake-idOptionalExample: 411486491630370816
quantityinteger · nullableOptional

Quantity of products to assign.

override_expires_atstring · nullableOptional

Override expiry date for the delivery item.

skip_commandsboolean · nullableOptional

Skip command execution when assigning the item.

custom_variablesobject · nullableOptional

Custom variables for the assignment.

Responses
chevron-right
200

OK

application/json

Represents a delivery item assigned to a customer

idstring · flake-idRequiredExample: 411486491630370816
store_idstring · flake-idRequiredExample: 411486491630370816
customer_idstring · flake-idRequiredExample: 411486491630370816
order_customer_idstring · flake-idOptionalExample: 411486491630370816
checkout_idstring · flake-idOptionalExample: 411486491630370816
checkout_line_idstring · flake-idOptionalExample: 411486491630370816
order_idstring · flake-idOptionalExample: 411486491630370816
order_line_idstring · flake-idOptionalExample: 411486491630370816
subscription_idstring · flake-idOptionalExample: 411486491630370816
trial_idstring · flake-idOptionalExample: 411486491630370816
execute_on_gameserver_idstring · flake-idOptionalExample: 411486491630370816
quantity_indexinteger · nullableOptional

The index of the item when multiple quantities were assigned

statestring · enumRequiredPossible values:
added_atstring · date-timeRequired

The date and time when the item was added

active_atstring · nullableOptional

The date and time when the item became active

expirablebooleanRequired

Indicates whether the delivery item can expire

expires_atstring · nullableOptional

The date and time when the item expires naturally

override_expires_atstring · nullableOptional

The override expiry date for the delivery item

removed_atstring · nullableOptional

The date and time when the item was removed

revoked_atstring · nullableOptional

The date and time when the item was revoked

revoke_reasonstring · nullableOptional

The reason for revoking the delivery item

skip_commandsbooleanRequired

Indicates whether command execution should be skipped for this item

giftbooleanRequired

Indicates whether the item was given as a gift

post
/v1/stores/{storeId}/delivery/items

Unqueue commands by Attempt IDs

post
Authorizations
AuthorizationstringRequired

An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
Body
attempt_idsstring · flake-id[]RequiredExample: 411486491630370816
Responses
chevron-right
200

OK

application/json
unqueued_countinteger · int64Required
post
/v1/stores/{storeId}/delivery/commands/unqueue

Get delivery items associated with a customer

get

Retrieves delivery items associated with a customer

Authorizations
AuthorizationstringRequired

An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
customerIdstring · flake-idRequiredExample: 411486491630370816
Query parameters
limitinteger · int32 · min: 1 · max: 100Optional

The maximum number of items to return in a single request.

afterstring · flake-idOptional

Returns items after the specified ID. Used for forward pagination through results.

Example: 411486491630370816
beforestring · flake-idOptional

Returns items before the specified ID. Used for backward pagination through results.

Example: 411486491630370816
ascbooleanOptional

Determines the sort order of returned items. When true, items are returned in ascending order. When false, items are returned in descending order.

activeOnlybooleanOptional
Responses
chevron-right
200

OK

application/json

Represents a delivery item assigned to a customer

idstring · flake-idRequiredExample: 411486491630370816
store_idstring · flake-idRequiredExample: 411486491630370816
customer_idstring · flake-idRequiredExample: 411486491630370816
order_customer_idstring · flake-idOptionalExample: 411486491630370816
checkout_idstring · flake-idOptionalExample: 411486491630370816
checkout_line_idstring · flake-idOptionalExample: 411486491630370816
order_idstring · flake-idOptionalExample: 411486491630370816
order_line_idstring · flake-idOptionalExample: 411486491630370816
subscription_idstring · flake-idOptionalExample: 411486491630370816
trial_idstring · flake-idOptionalExample: 411486491630370816
execute_on_gameserver_idstring · flake-idOptionalExample: 411486491630370816
quantity_indexinteger · nullableOptional

The index of the item when multiple quantities were assigned

statestring · enumRequiredPossible values:
added_atstring · date-timeRequired

The date and time when the item was added

active_atstring · nullableOptional

The date and time when the item became active

expirablebooleanRequired

Indicates whether the delivery item can expire

expires_atstring · nullableOptional

The date and time when the item expires naturally

override_expires_atstring · nullableOptional

The override expiry date for the delivery item

removed_atstring · nullableOptional

The date and time when the item was removed

revoked_atstring · nullableOptional

The date and time when the item was revoked

revoke_reasonstring · nullableOptional

The reason for revoking the delivery item

skip_commandsbooleanRequired

Indicates whether command execution should be skipped for this item

giftbooleanRequired

Indicates whether the item was given as a gift

get
/v1/stores/{storeId}/customers/{customerId}/delivery/items

Assign a delivery item to a customer

post

Allows you to assign a delivery item to a customer

Authorizations
AuthorizationstringRequired

An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
customerIdstring · flake-idRequiredExample: 411486491630370816
Body
product_idstring · flake-idOptionalExample: 411486491630370816
product_version_idstring · flake-idOptionalExample: 411486491630370816
execute_on_gameserver_idstring · flake-idOptionalExample: 411486491630370816
quantityinteger · nullableOptional

Quantity of products to assign.

override_expires_atstring · nullableOptional

Override expiry date for the delivery item.

skip_commandsboolean · nullableOptional

Skip command execution when assigning the item.

custom_variablesobject · nullableOptional

Custom variables for the assignment.

Responses
chevron-right
200

OK

application/json

Represents a delivery item assigned to a customer

idstring · flake-idRequiredExample: 411486491630370816
store_idstring · flake-idRequiredExample: 411486491630370816
customer_idstring · flake-idRequiredExample: 411486491630370816
order_customer_idstring · flake-idOptionalExample: 411486491630370816
checkout_idstring · flake-idOptionalExample: 411486491630370816
checkout_line_idstring · flake-idOptionalExample: 411486491630370816
order_idstring · flake-idOptionalExample: 411486491630370816
order_line_idstring · flake-idOptionalExample: 411486491630370816
subscription_idstring · flake-idOptionalExample: 411486491630370816
trial_idstring · flake-idOptionalExample: 411486491630370816
execute_on_gameserver_idstring · flake-idOptionalExample: 411486491630370816
quantity_indexinteger · nullableOptional

The index of the item when multiple quantities were assigned

statestring · enumRequiredPossible values:
added_atstring · date-timeRequired

The date and time when the item was added

active_atstring · nullableOptional

The date and time when the item became active

expirablebooleanRequired

Indicates whether the delivery item can expire

expires_atstring · nullableOptional

The date and time when the item expires naturally

override_expires_atstring · nullableOptional

The override expiry date for the delivery item

removed_atstring · nullableOptional

The date and time when the item was removed

revoked_atstring · nullableOptional

The date and time when the item was revoked

revoke_reasonstring · nullableOptional

The reason for revoking the delivery item

skip_commandsbooleanRequired

Indicates whether command execution should be skipped for this item

giftbooleanRequired

Indicates whether the item was given as a gift

post
/v1/stores/{storeId}/customers/{customerId}/delivery/items

Revoke a delivery item from a customer

delete

Allows you to revoke a delivery item associated with a customer

Authorizations
AuthorizationstringRequired

An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
customerIdstring · flake-idRequiredExample: 411486491630370816
deliveryItemIdstring · flake-idRequiredExample: 411486491630370816
Responses
delete
/v1/stores/{storeId}/customers/{customerId}/delivery/items/{deliveryItemId}

No content

Get command attempts associated with a customer

get

Retrieves command attempts associated with a customer

Authorizations
AuthorizationstringRequired

An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
customerIdstring · flake-idRequiredExample: 411486491630370816
Query parameters
limitinteger · int32 · min: 1 · max: 100Optional

The maximum number of items to return in a single request.

afterstring · flake-idOptional

Returns items after the specified ID. Used for forward pagination through results.

Example: 411486491630370816
beforestring · flake-idOptional

Returns items before the specified ID. Used for backward pagination through results.

Example: 411486491630370816
ascbooleanOptional

Determines the sort order of returned items. When true, items are returned in ascending order. When false, items are returned in descending order.

Responses
chevron-right
200

OK

application/json
idstring · flake-idRequiredExample: 411486491630370816
store_idstring · flake-idRequiredExample: 411486491630370816
inventory_item_idstring · flake-idOptionalExample: 411486491630370816
gameserver_idstring · flake-idRequiredExample: 411486491630370816
steam_idstring · steam-idOptional

A 64-bit Steam account identifier. Accepts string or numeric format.

Example: 76561197960287930
minecraft_uuidstring · nullableOptional
customer_namestring · nullableOptional
customer_idstring · flake-idOptionalExample: 411486491630370816
command_stagestring · nullableOptional
commandstringRequired
online_onlybooleanRequired
rerunbooleanRequired
queued_atstring · date-timeRequired
executed_atstring · nullableOptional
executed_by_ipstring · nullableOptional
unqueued_atstring · nullableOptional
get
/v1/stores/{storeId}/customers/{customerId}/delivery/commands

Returns delivery items in which an associated command attempt is for the gameserver

get
Authorizations
AuthorizationstringRequired

An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
gameServerIdstring · flake-idRequiredExample: 411486491630370816
Query parameters
limitinteger · int32 · min: 1 · max: 100Optional

The maximum number of items to return in a single request.

afterstring · flake-idOptional

Returns items after the specified ID. Used for forward pagination through results.

Example: 411486491630370816
beforestring · flake-idOptional

Returns items before the specified ID. Used for backward pagination through results.

Example: 411486491630370816
ascbooleanOptional

Determines the sort order of returned items. When true, items are returned in ascending order. When false, items are returned in descending order.

activeOnlybooleanOptional
Responses
chevron-right
200

OK

application/json

Represents a delivery item assigned to a customer

idstring · flake-idRequiredExample: 411486491630370816
store_idstring · flake-idRequiredExample: 411486491630370816
customer_idstring · flake-idRequiredExample: 411486491630370816
order_customer_idstring · flake-idOptionalExample: 411486491630370816
checkout_idstring · flake-idOptionalExample: 411486491630370816
checkout_line_idstring · flake-idOptionalExample: 411486491630370816
order_idstring · flake-idOptionalExample: 411486491630370816
order_line_idstring · flake-idOptionalExample: 411486491630370816
subscription_idstring · flake-idOptionalExample: 411486491630370816
trial_idstring · flake-idOptionalExample: 411486491630370816
execute_on_gameserver_idstring · flake-idOptionalExample: 411486491630370816
quantity_indexinteger · nullableOptional

The index of the item when multiple quantities were assigned

statestring · enumRequiredPossible values:
added_atstring · date-timeRequired

The date and time when the item was added

active_atstring · nullableOptional

The date and time when the item became active

expirablebooleanRequired

Indicates whether the delivery item can expire

expires_atstring · nullableOptional

The date and time when the item expires naturally

override_expires_atstring · nullableOptional

The override expiry date for the delivery item

removed_atstring · nullableOptional

The date and time when the item was removed

revoked_atstring · nullableOptional

The date and time when the item was revoked

revoke_reasonstring · nullableOptional

The reason for revoking the delivery item

skip_commandsbooleanRequired

Indicates whether command execution should be skipped for this item

giftbooleanRequired

Indicates whether the item was given as a gift

get
/v1/stores/{storeId}/gameservers/{gameServerId}/delivery/items

Resend commands for a given Gameserver

post
Authorizations
AuthorizationstringRequired

An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
gameServerIdstring · flake-idRequiredExample: 411486491630370816
Body
starts_atstring · nullableOptional
ends_atstring · nullableOptional
inventory_item_idstring · flake-idOptionalExample: 411486491630370816
customer_idstring · flake-idOptionalExample: 411486491630370816
order_idstring · flake-idOptionalExample: 411486491630370816
product_idstring · flake-idOptionalExample: 411486491630370816
subscription_idstring · flake-idOptionalExample: 411486491630370816
Responses
chevron-right
200

OK

application/json
enqueued_commands_countinteger · int32Required
post
/v1/stores/{storeId}/gameservers/{gameServerId}/delivery/commands/resend

Last updated

Was this helpful?