diff --git a/src/AmazonPHP/SellingPartner/Model/MerchantFulfillment/LabelFormat.php b/src/AmazonPHP/SellingPartner/Model/MerchantFulfillment/LabelFormat.php index 1e77b67fc..2ae926526 100644 --- a/src/AmazonPHP/SellingPartner/Model/MerchantFulfillment/LabelFormat.php +++ b/src/AmazonPHP/SellingPartner/Model/MerchantFulfillment/LabelFormat.php @@ -41,6 +41,8 @@ class LabelFormat public const PDF = 'PDF'; public const PNG = 'PNG'; + + public const ZPL = 'ZPL'; public const ZPL203 = 'ZPL203'; @@ -65,6 +67,7 @@ public static function getAllowableEnumValues() : array return [ self::PDF, self::PNG, + self::ZPL, self::ZPL203, self::ZPL300, self::SHIPPING_SERVICE_DEFAULT,