POST
/
vendor
/
sellers
/
me
/
onboarding
{
  "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

The response is of type object.