You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the new version v7 of the jlevers SP-API, I am unable to access Personally Identifiable Information (PII) data using the getOrders method. In v5, this was achievable by specifying data_elements (e.g., ['buyerInfo', 'shippingAddress']), but now key fields like buyerName, BuyerCustomizedInfo, CustomizedURL, and addressLine1, addressLine2, addressLine3 in shippingAddress are missing in the response.
Error:
Missing fields: buyerName, BuyerCustomizedInfo, CustomizedURL, addressLine1, addressLine2, addressLine3 in the API response when calling getOrders in version v7.
Problem description:
In the new version v7 of the jlevers SP-API, I am unable to access Personally Identifiable Information (PII) data using the getOrders method. In v5, this was achievable by specifying data_elements (e.g., ['buyerInfo', 'shippingAddress']), but now key fields like buyerName, BuyerCustomizedInfo, CustomizedURL, and addressLine1, addressLine2, addressLine3 in shippingAddress are missing in the response.
Error:
Code
The text was updated successfully, but these errors were encountered: