Class InboundPreferences


  • public class InboundPreferences
    extends java.lang.Object
    Preferences that can be passed in context of an inbound order
    • Constructor Detail

      • InboundPreferences

        public InboundPreferences()
    • Method Detail

      • destinationRegion

        public InboundPreferences destinationRegion​(java.lang.String destinationRegion)
      • getDestinationRegion

        public java.lang.String getDestinationRegion()
        Pass a preferred region so that the inbound order can be shipped to an AWD warehouse located in that region. This doesn't guarantee the order to be assigned in the specified destination region as it depends on warehouse capacity availability. AWD currently supports following region IDs: [us-west, us-east, us-southcentral, us-southeast]
        Returns:
        destinationRegion
      • setDestinationRegion

        public void setDestinationRegion​(java.lang.String destinationRegion)
      • 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