Closed gaiterjones closed 1 year ago
I am migrating from the old MWS api to the selling partner api. I can retrieve order data but customer data is missing.
When I set data elements to buyerinfo and shipping address the permissions error is shown.
Customer PII data was available via the old api app. How can I grant the appropriate permissions to the new app for this data?
# Application does not have access to one or more requested data elements: [buyerInfo, shippingAddress]
$data_elements = array('buyerInfo','shippingAddress');
App must have Direct-to-Consumer Shipping enabled. Developer must be approved for PII.
To update your application permissions, please follow the steps below:
update refresh token
Problem description:
I am migrating from the old MWS api to the selling partner api. I can retrieve order data but customer data is missing.
When I set data elements to buyerinfo and shipping address the permissions error is shown.
Customer PII data was available via the old api app. How can I grant the appropriate permissions to the new app for this data?
Error:
Code