We export our returns from the Shopify API for reporting. The API request for PayPal returns is not seeing our restock selection.
Order #1736 as example:
Order #1736 was a total of $52 ($44 +$8 Shipping) for SKU #122082
Paypal shows payment captured at 2:30pm EST
Shopify sends an 1st API response when the return is pending.
Paypal shows the return as completed
Shopify sends an API response for the 2nd return when the return is completed (payment accepted by PayPal)
Here is the issue:
We are clicking the restock button in Shopify when doing the return (we always do), but the 2nd API response shows this.
+ restocked = false
+ The line item has restock_type = no_restock
Is this an open issue or is there something we are missing?