Skip to main content

Update Setup Wizard Step

PATCH 

//:domain/api/amazon/:integrationInstance/setup-step

Persist the current step of the Vue 3 initial-setup wizard. Phase 5 of SKU-8031 — writes to integration_settings.setup_step via AmazonIntegrationInstanceRepository::updateIntegrationSettings. When completed: true is sent, integration_settings.setup_completed is also set to true (it is never set back to false by this endpoint).

Validation

  • step (string, required) — must be one of: connect, marketplaces, warehouses, payment-mapping, fee-mapping, finalize
  • completed (bool, optional) — when true, marks the wizard as finished

Request

Responses

OK

Response Headers
    Content-Type