Class SKUPrepInstructions


  • public class SKUPrepInstructions
    extends java.lang.Object
    Labeling requirements and item preparation instructions to help you prepare items for shipment to Amazon's fulfillment network.
    • Constructor Detail

      • SKUPrepInstructions

        public SKUPrepInstructions()
    • Method Detail

      • getSellerSKU

        public java.lang.String getSellerSKU()
        The seller SKU of the item.
        Returns:
        sellerSKU
      • setSellerSKU

        public void setSellerSKU​(java.lang.String sellerSKU)
      • getASIN

        public java.lang.String getASIN()
        The Amazon Standard Identification Number (ASIN) of the item.
        Returns:
        ASIN
      • setASIN

        public void setASIN​(java.lang.String ASIN)
      • getBarcodeInstruction

        public BarcodeInstruction getBarcodeInstruction()
        Get barcodeInstruction
        Returns:
        barcodeInstruction
      • setBarcodeInstruction

        public void setBarcodeInstruction​(BarcodeInstruction barcodeInstruction)
      • getPrepGuidance

        public PrepGuidance getPrepGuidance()
        Get prepGuidance
        Returns:
        prepGuidance
      • setPrepGuidance

        public void setPrepGuidance​(PrepGuidance prepGuidance)
      • getPrepInstructionList

        public PrepInstructionList getPrepInstructionList()
        Get prepInstructionList
        Returns:
        prepInstructionList
      • setPrepInstructionList

        public void setPrepInstructionList​(PrepInstructionList prepInstructionList)
      • getAmazonPrepFeesDetailsList

        public AmazonPrepFeesDetailsList getAmazonPrepFeesDetailsList()
        Get amazonPrepFeesDetailsList
        Returns:
        amazonPrepFeesDetailsList
      • setAmazonPrepFeesDetailsList

        public void setAmazonPrepFeesDetailsList​(AmazonPrepFeesDetailsList amazonPrepFeesDetailsList)
      • 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