From f5d07b9ad25de2021749ee2df783ee6c184255bc Mon Sep 17 00:00:00 2001 From: rickdeee <39277031+rickdeee@users.noreply.github.com> Date: Mon, 21 Jun 2021 11:41:21 -0700 Subject: [PATCH] Improve descriptions --- models/product-fees-api-model/productFeesV0.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/models/product-fees-api-model/productFeesV0.json b/models/product-fees-api-model/productFeesV0.json index 05b410c..8baadef 100644 --- a/models/product-fees-api-model/productFeesV0.json +++ b/models/product-fees-api-model/productFeesV0.json @@ -861,7 +861,7 @@ }, "OptionalFulfillmentProgram": { "type": "string", - "description": "An optional enrollment program for which to return the estimated fees when the offer is fulfilled by Amazon (IsAmazonFulfilled is set to true).", + "description": "An optional enrollment program to return the estimated fees when the offer is fulfilled by Amazon (IsAmazonFulfilled is set to true).", "enum": [ "FBA_CORE", "FBA_SNL", @@ -874,7 +874,7 @@ }, { "value": "FBA_SNL", - "description": "Returns the Small and Light fees for the offer. The FBA Small and Light program offers reduced fulfillment costs on qualified items." + "description": "Returns the FBA Small and Light (SNL) fees for the offer. The SNL program offers reduced fulfillment costs on qualified items. To check item eligibility for the SNL program, use the getSmallAndLightEligibilityBySellerSKU operation of the FBA Small And Light API." }, { "value": "FBA_EFN",