{ "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 } }
Retrieves the onboarding details of the current authenticated seller.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
An onboarding object with its properties
Show child attributes
The unique identifier of the onboarding.
The date with timezone at which the resource was created.
The date with timezone at which the resource was last updated.
The unique identifier of the seller.
Indicates if seller completed store information.
Indicates if seller completed stripe connection.
Indicates if seller added shipping locations.
Indicates if seller added products.