'extensions' =>
[],
'listPrice' => null,
'quantity' => 1,
'referencePrice' => null,
'regulationPrice' => null,
'taxRules' =>
[],
'totalPrice' => 1,
'unitPrice' => 1,
],
'trackingCodes' =>
['CODE-1', 'CODE-2'
],
'shippingMethodId' => 'shipping-method-id',
'shippingOrderAddress'
=> (new OrderAddressEntity())->
assign([ 'city' => 'billing-address-city',
'countryId' => 'billing-address-country-id',
'firstName' => 'billing-address-first-name',
'lastName' => 'billing-address-last-name',
'salutationId' => 'billing-address-salutation-id',
'street' => 'billing-address-street',
'zipcode' => 'billing-address-zipcode',
]),
'stateId' => '',
]);