Rest API Post Order id für billing/shipping

Ich versuche gerade per POST über die REST API einen order zu setzen.
CustomerID habe ich, aber laut doku muss ich im objekt shipping und billing auch eine id mitschicken, doch wie ermittle ich diese?
geht das auch ohne id? bzw welche felder sind verpflichtend?

siehe doku:
„billing“: {
„id“: 2,
„customerId“: 1,
„countryId“: 2,
„stateId“: 3,
„company“: „shopware AG“,
„salutation“: „mr“,
„firstName“: „Max“,
„lastName“: „Mustermann“,
„street“: „Mustermannstra\u00dfe 92“,
„zipCode“: „48624“,
„city“: „Sch\u00f6ppingen“
},