We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c79056 commit 696ad65Copy full SHA for 696ad65
Source/FikaAmazonAPI/AmazonSpApiSDK/Models/MerchantFulfillment/LabelFormat.cs
@@ -61,14 +61,14 @@ public enum LabelFormat
61
/// <summary>
62
/// Enum ShippingServiceDefault for value: ShippingServiceDefault
63
/// </summary>
64
- [EnumMember(Value = "ShippingServiceDefault")]
+ [EnumMember(Value = "ShippingServiceDefault")]
65
+ ShippingServiceDefault = 5,
66
67
68
/// Enum ZPL for value: ZPL
69
- ShippingServiceDefault = 5,
70
[EnumMember(Value = "ZPL")]
71
- ZPL = 4,
+ ZPL = 6,
72
}
73
74
0 commit comments