Skip to content

Latest commit

 

History

History
28 lines (11 loc) · 424 Bytes

orders.rst

File metadata and controls

28 lines (11 loc) · 424 Bytes

Orders

.. button::
   :text: View API documentation
   :link: https://sp-api-docs.saleweaver.com/redoc/ordersV0.html



..  autoclass:: sp_api.api.Orders



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:

Orders(restricted_data_token='......').get_orders(...)