Hello!
I have a question: on the store we receive an order and one product is removed from the order, but in the response, we cannot see that it is removed. Is it a Shopify bug or we do something wrong? Total amount is correct. This video was recorded for another person, but it is fine for you to understand the issue, please see: https://www.loom.com/share/19579b9f4d1a45cea26ef2ac82f5240d
This is a response we get:
{‘id’: 4146277122214, ‘admin_graphql_api_id’: ‘gid://shopify/Order/4146277122214’, ‘app_id’: 580111, ‘browser_ip’: ‘121.99.242.48’, ‘buyer_accepts_marketing’: True, ‘cancel_reason’: None, ‘cancelled_at’: None, ‘cart_token’: None, ‘checkout_id’: 21796954472614, ‘checkout_token’: ‘5293642725cce18939af87ab639eacf0’, ‘client_details’: client_details(None), ‘closed_at’: ‘2021-09-22T11:08:40+10:00’, ‘confirmed’: True, ‘contact_email’: [email removed] ‘created_at’: ‘2021-09-21T16:03:13+10:00’, ‘currency’: ‘AUD’, ‘current_subtotal_price’: ‘151.30’, ‘current_subtotal_price_set’: current_subtotal_price_set(None), ‘current_total_discounts’: ‘26.70’, ‘current_total_discounts_set’: current_total_discounts_set(None), ‘current_total_duties_set’: None, ‘current_total_price’: ‘151.30’, ‘current_total_price_set’: current_total_price_set(None), ‘current_total_tax’: ‘0.00’, ‘current_total_tax_set’: current_total_tax_set(None), ‘customer_locale’: ‘en’, ‘device_id’: None, ‘discount_codes’: , ‘email’: [email removed] ‘financial_status’: ‘paid’, ‘fulfillment_status’: ‘fulfilled’, ‘gateway’: ‘paypal’, ‘landing_site’: ‘/wallets/checkouts.json’, ‘landing_site_ref’: None, ‘location_id’: None, ‘name’: ‘#1162’, ‘note’: None, ‘note_attributes’: , ‘number’: 162, ‘order_number’: 1162, ‘order_status_url’: ‘https://www.finefoams.com.au/56313872550/orders/70b18fb358cce6d97f5da92995d14d93/authenticate?key=6590ed82912aba51c8c8b30af1bf5afb’, ‘original_total_duties_set’: None, ‘payment_gateway_names’: [‘paypal’], ‘phone’: None, ‘presentment_currency’: ‘AUD’, ‘processed_at’: ‘2021-09-21T16:03:12+10:00’, ‘processing_method’: ‘express’, ‘reference’: None, ‘referring_site’: ‘https://www.finefoams.com.au/products/titans-seat-cushion?utm_source=fb&utm_medium=pur&utm_campaign=audience-test&utm_term=fibromyalgia&utm_content=c2&fbclid=IwAR0wauSj137C0LfmfTLrPLtEUYsxhencolldkFs_NUEMJIrGwaAShHd7Y7Y_aem_ATziar6bv5prWDOSNq4NHCG-1miLQyiH_eBv5lml35U0yWQ6QlN7yBJOn1kipDKlbN4h2AxfldWgz4h45VdVJgYXp4A-VYE5NskXcWOIDO3w0JhoDc6oYo0x-fRhkSX20s4&variant=40884317421734’, ‘source_identifier’: None, ‘source_name’: ‘web’, ‘source_url’: None, ‘subtotal_price’: ‘213.60’, ‘subtotal_price_set’: subtotal_price_set(None), ‘tags’: ‘OCU Zipify Post-Purchase Upsell Bought’, ‘tax_lines’: , ‘taxes_included’: False, ‘test’: False, ‘token’: ‘70b18fb358cce6d97f5da92995d14d93’, ‘total_discounts’: ‘53.40’, ‘total_discounts_set’: total_discounts_set(None), ‘total_line_items_price’: ‘267.00’, ‘total_line_items_price_set’: total_line_items_price_set(None), ‘total_outstanding’: ‘0.00’, ‘total_price’: ‘213.60’, ‘total_price_set’: total_price_set(None), ‘total_price_usd’: ‘155.15’, ‘total_shipping_price_set’: total_shipping_price_set(None), ‘total_tax’: ‘0.00’, ‘total_tax_set’: total_tax_set(None), ‘total_tip_received’: ‘0.00’, ‘total_weight’: 0, ‘updated_at’: ‘2021-09-22T13:11:51+10:00’, ‘user_id’: None, ‘billing_address’: billing_address(None), ‘customer’: customer(5684945977510), ‘discount_applications’: [discount_application(None), discount_application(None)], ‘fulfillments’: [fulfillment(3670907453606)], ‘line_items’: [line_item(10587175911590), line_item(10587177222310), line_item(10587177681062)], ‘refunds’: [refund(820215546022)], ‘shipping_address’: shipping_address(None), ‘shipping_lines’: [shipping_line(3474773278886)]}
one of those products is removed but from the response, it is not obvious which exactly. Total amount is correct but we need to calculate each product item separately for our internal needs.
Please advise