Protected ReadonlyargsRetrieves an Order with the provided orderNumber in a Store.
If the Order exists in the Project but does not have a store specified, or the store field references a different Store, this method returns a ResourceNotFound error.
OptionalmethodArgs: {Checks if an Order exists with the provided orderNumber in a Store. Returns a 200 status if the Order exists, or a 404 status otherwise.
OptionalmethodArgs: { headers?: { [key: string]: string | string[] } }Updates an Order in a Store using one or more update actions.
If the Order exists in the Project but does not have a store specified, or the store field references a different Store, this method returns a ResourceNotFound error.
Deletes an Order in a Store. If the Order exists in the Project but does not have a
storespecified, or thestorefield references a different Store, this method returns a ResourceNotFound error.