Skip to main content
POST
/
vendor
/
sellers
/
me
/
onboarding
Recalculates onboarding status
curl --request POST \
  --url https://api.example.com/vendor/sellers/me/onboarding \
  --header 'Authorization: Bearer <token>'
{
  "onboarding": {
    "id": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "seller_id": "<string>",
    "store_information": true,
    "stripe_connection": true,
    "locations_shipping": true,
    "products": true
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

OK

onboarding
SellerOnboarding · object

An onboarding object with its properties