Orders V0 ========= .. autoclass:: sp_api.api.OrdersV0 Restricted Data Token ===================== To use a restricted data token to access PII data, you can pass the token obtained from the Token endpoint to the client: .. code-block:: python Orders(restricted_data_token='......').get_orders(...)