Hello, even if I set PAID in financialStatus I get an order which is not payed and even with taxIncluded boolean set to True I can’t see any vat rate. I am using a development store, is this the problem?
This is the payload:
{"order": "shippingLines": [{"title": "shipping", "taxLines": [{"title": "IVA", "rate": 0.22}], "priceSet": {"shopMoney": {"currencyCode": "EUR", "amount": 0.0}}}], "lineItems": [{"title": "product", "taxLines": [{"title": "IVA", "rate": 0.22}], "quantity": 2, "requiresShipping": True, "sku": "571533", "variantId": "gid://shopify/ProductVariant/46748981624999"}], "financialStatus": "paid"}, "options": {"inventoryBehaviour": "DECREMENT_IGNORING_POLICY"}}