Interface ShippingMethodResourceIdentifier

All Superinterfaces:
Identifiable<ShippingMethod>, ResourceIdentifier, WithKey

public interface ShippingMethodResourceIdentifier extends ResourceIdentifier, Identifiable<ShippingMethod>

ResourceIdentifier to a ShippingMethod. Either id or key is required. If both are set, an InvalidJsonInput error is returned.


Example to create an instance using the builder pattern

     ShippingMethodResourceIdentifier shippingMethodResourceIdentifier = ShippingMethodResourceIdentifier.builder()
             .build()