For the complete documentation index, see llms.txt. This page is also available as Markdown.

Product Dependent Migrations

get
Authorizations
AuthorizationstringRequired

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

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
productIdstring · 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
200

OK

application/json
idstring · flake-idRequiredExample: 411486491630370816
store_idstring · flake-idRequiredExample: 411486491630370816
product_idstring · flake-idRequiredExample: 411486491630370816
created_atstring · date-timeRequired
statusstring · enumRequiredPossible values:
send_new_commands_to_all_serversbooleanRequired
send_all_commands_to_new_serversbooleanRequired
completed_atstring · nullableOptional
get/v1/stores/{storeId}/products/{productId}/dependent-migrations
post
Authorizations
AuthorizationstringRequired

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

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
productIdstring · flake-idRequiredExample: 411486491630370816
Body
send_new_commands_to_all_serversbooleanRequired
send_all_commands_to_new_serversbooleanRequired
Responses
200

OK

application/json
idstring · flake-idRequiredExample: 411486491630370816
store_idstring · flake-idRequiredExample: 411486491630370816
product_idstring · flake-idRequiredExample: 411486491630370816
created_atstring · date-timeRequired
statusstring · enumRequiredPossible values:
send_new_commands_to_all_serversbooleanRequired
send_all_commands_to_new_serversbooleanRequired
completed_atstring · nullableOptional
post/v1/stores/{storeId}/products/{productId}/dependent-migrations
get
Authorizations
AuthorizationstringRequired

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

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
productIdstring · flake-idRequiredExample: 411486491630370816
Responses
200

OK

application/json
product_version_idstring · flake-idRequiredExample: 411486491630370816
product_version_created_atstring · date-timeRequired
get/v1/stores/{storeId}/products/{productId}/dependent-migrations/estimate
get
Authorizations
AuthorizationstringRequired

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

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
productDependentMigrationIdstring · flake-idRequiredExample: 411486491630370816
Responses
200

OK

application/json
idstring · flake-idRequiredExample: 411486491630370816
store_idstring · flake-idRequiredExample: 411486491630370816
product_idstring · flake-idRequiredExample: 411486491630370816
created_atstring · date-timeRequired
statusstring · enumRequiredPossible values:
send_new_commands_to_all_serversbooleanRequired
send_all_commands_to_new_serversbooleanRequired
completed_atstring · nullableOptional
get/v1/stores/{storeId}/product-dependent-migrations/{productDependentMigrationId}

Last updated

Was this helpful?