Protected ReadonlyargsOptionalmethodArgs: {Checks if an Order exists with the provided orderNumber in a BusinessUnit. Returns a 200 status if the Order exists, or a 404 status otherwise.
OptionalmethodArgs: { headers?: { [key: string]: string | string[] } }Updates an Order in a BusinessUnit using one or more update actions. If the Order exists in the Project but does not reference the requested Business Unit, this method returns an InvalidOperation error.
Retrieves an Order with the provided
orderNumberin a BusinessUnit. If the Order exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.