Geschäftspartnergruppe als Bestelldetails auslesen

Hallo,

wir haben über die Rest API einen Abruf über alle offenen Bestellungen gemacht. Das funktioniert soweit auch. Nur die Association zu den Geschäftspartner funktioniert nicht und wir können uns nicht erklären wieso. Hat jemand eine Idee? Anbei der Body:

{„associations“:{

"deliveries":{"associations":{"shippingOrderAddress":[]}},

„transactions“:{„associations“:{„stateMachineState“:}},

„orderCustomer“:{„associations“:{„customer“:}},

„addresses“:{„associations“:{„country“:}},

„lineItems“:{„associations“:{„product“:}},

„salesChannel“:{„associations“:{„paymentMethods“:}},

„stateMachineState“:{}},

„filter“:[{„value“:„open“,„field“:„order.stateMachineState.technicalName“,„type“:„equals“}],

„includes“:

{„order_transactions“:[„id“,„stateMachineState“],

„order_customer“:[„id“,„email“,„firstName“,„lastName“,„customerNumber“],

„customer“:[„id“,„groupId“],

„country“:[„iso“,„name“],

„order“:[„id“,„customerId“,„orderNumber“,„lineItems“,„addresses“,„deliveries“,„stateMachineState“,„orderCustomer“,„shippinTotal“],

„order_line_item“:[„id“,„position“,„quantity“,„label“,„unitPrice“,„productId“,„payload“,„productNumer“],

„payment_method“:[„id“,„name“],

„order_address“:[„id“,„firstName“,„lastName“,„street“,„zipcode“,„city“,„company“,„department“,„country“]}}