Class FeatureSettings


  • public class FeatureSettings
    extends java.lang.Object
    `FeatureSettings` allows users to apply fulfillment features to an order. To block an order from being shipped using Amazon Logistics (AMZL) and an AMZL tracking number, use `featureName` as `BLOCK_AMZL` and `featureFulfillmentPolicy` as `Required`. Blocking AMZL will incur an additional fee surcharge on your MCF orders and increase the risk of some of your orders being unfulfilled or delivered late if there are no alternative carriers available. Using `BLOCK_AMZL` in an order request will take precedence over your Seller Central account setting. To ship in non-Amazon branded packaging (blank boxes), use featureName `BLANK_BOX`.
    • Constructor Detail

      • FeatureSettings

        public FeatureSettings()
    • Method Detail

      • featureName

        public FeatureSettings featureName​(java.lang.String featureName)
      • getFeatureName

        public java.lang.String getFeatureName()
        The name of the feature.
        Returns:
        featureName
      • setFeatureName

        public void setFeatureName​(java.lang.String featureName)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object