I’m working with a 3rd party fulfillment partner at the moment. They created a custom app to integrate with our shop and fulfill our orders. The app should be pulling order information and update the order’s fulfillment statues and add tracking numbers.
Currently it is only pulling order information but they are not able to automatically update the order’s fulfillment statues and add tracking numbers to the order. Here is some additional information they have given us
- Language being use – REST
- Development is making a POST call with the shop URL to push the data.
- Error seems to be related to product inventory but they said they are unable to update the location id in the app/api
- {
“errors”: {
“base”: [“None of the items are stocked at the new location.”]
}
}
- {
As this is a public post, we’re not sure if there’s any further information that can be safely posted.