Question 1.
POST request /store/orders
IS V1 ApruveAccountId is the same as V2 checkoutProfileId?
Question 2.
POST request /store/orders
V1 lineItems [object...] holds field CustomerExpectedUnitPrice, can't find equivalent field in v2 documentations.
Documentations I am looking at https://api-portal.ti.com/order-api#/TI%20store%20production%20order/post_store_orders
https://api-portal.ti.com/sites/default/files/apidoc_specs/TIStoreOrderV2-openapi_22.yaml
Also in V2 missing CustomerSoldToIdentifier,CustomerShipToIdentifier, are they redundant for V2?
is there a mechanism how I can be sure about the price of the product based on priceBreakQuantity like in V1 with CustomerExpectedUnitPrice?
Thank you!