Recognize which orders contain regulated information
Learn how to recognize which orders contain regulated information.
Learn how to recognize which orders in a list contain regulated information.
Prerequisites
To complete this tutorial, you need:
- Authorization from the selling partner for whom you are making calls. For more information, refer to Authorizing Selling Partner API applications.
- The Direct-to-Consumer Delivery (Restricted) role assigned to your developer profile.
- The Direct-to-Consumer Delivery (Restricted) role selected in the app registration page for your application.
Recognize which orders contain regulated information
Call the getOrders
operation. If the call is successful and the order contains regulated information, the response's HasRegulatedItems
attribute displays a value of true
.
Updated about 3 hours ago