Retrieves the active ShippingMethods that can ship to the provided Location for an OrderEdit.
If a matching ShippingMethod has `isDefault` set to `true`, it is returned as the first item in the array.
If the OrderEdit preview cannot be generated, an [EditPreviewFailed](ctp:api:type:EditPreviewFailedError) error is returned.
Checks if an active ShippingMethod that can ship to the provided Location exists for the provided OrderEdit. Returns a 200 OK status if the ShippingMethod exists or a Not Found error otherwise.
Retrieves the active ShippingMethods that can ship to the provided Location for an OrderEdit.