Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CompleteSale doesn't mark the order as shipped. #381

Open
IbrahemGamel opened this issue Aug 11, 2023 · 0 comments
Open

CompleteSale doesn't mark the order as shipped. #381

IbrahemGamel opened this issue Aug 11, 2023 · 0 comments

Comments

@IbrahemGamel
Copy link

IbrahemGamel commented Aug 11, 2023

response = API.execute('CompleteSale',
                                    {
                                            'FeedbackInfo':feed_back_info,
                                            "ItemID": message['listing_id'],
                                            "OrderID": message['order_id'],
                                            "TransactionID": message['transaction_id'],
                                            "Shipped": 'true',
                                        })

response.dict()
{'Timestamp': '2023-08-11T13:48:44.489Z', 'Ack': 'Success', 'Version': '1321', 'Build': 'E1289_CORE_APIXO_19220561_R1'}
The response status code is 200 but it doesn't mark the order as shipped on ebay at all.
Note: it used to work before but it just broke today for no reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant