How can I fetch order details of particular seller using BestBuy API? I read the documentation on https://developer.bestbuy.com/ but it seems there ain't anything related to order management using API.
Commerce API https://developer.bestbuy.com/documentation/commerce-api
Basic Commerce API Functionality
- Look up product availability, delivery dates, shipping costs prior to order submission
- Create orders including Store Pick Up, Ship to Home and Home Delivery
- Look up order information
- Modify/Cancel an Order
- Where is the documentation for order look up and modification?
- Does BestBuy allows us fetching/updating order information using API?