FbaSmallAndLight#

class sp_api.api.FbaSmallAndLight(marketplace: ~sp_api.base.marketplaces.Marketplaces = Marketplaces.US, *, refresh_token=None, account='default', credentials=None, restricted_data_token=None, proxies=None, verify=True, timeout=None, version=None, credential_providers=None, auth_token_client_class=<class 'sp_api.auth.access_token_client.AccessTokenClient'>)#

FbaSmallAndLight SP-API Client :link:

The Selling Partner API for FBA Small and Light lets you help sellers manage their listings in the Small and Light program. The program reduces the cost of fulfilling orders for small and lightweight FBA inventory. You can enroll or remove items from the program and check item eligibility and enrollment status. You can also preview the estimated program fees charged to a seller for items sold while enrolled in the program.

get_small_and_light_enrollment_by_seller_s_k_u(sellerSKU, **kwargs) ApiResponse#
get_small_and_light_enrollment_by_seller_sku(self, seller_sku, **kwargs) ApiResponse#

Returns the Small and Light enrollment status for the item indicated by the specified seller SKU in the specified marketplace.

Examples

literal blocks:

FbaSmallAndLight().get_small_and_light_enrollment_by_seller_sku("value")
Parameters:
  • seller_sku

    required

  • **kwargs

Returns:

ApiResponse

put_small_and_light_enrollment_by_seller_s_k_u(sellerSKU, **kwargs) ApiResponse#
put_small_and_light_enrollment_by_seller_sku(self, seller_sku, **kwargs) ApiResponse#

Enrolls the item indicated by the specified seller SKU in the Small and Light program in the specified marketplace. If the item is not eligible, the ineligibility reasons are returned.

Examples

literal blocks:

FbaSmallAndLight().put_small_and_light_enrollment_by_seller_sku("value")
Parameters:
  • seller_sku

    required

  • **kwargs

Returns:

ApiResponse

delete_small_and_light_enrollment_by_seller_s_k_u(sellerSKU, **kwargs) ApiResponse#
delete_small_and_light_enrollment_by_seller_sku(self, seller_sku, **kwargs) ApiResponse#

Removes the item indicated by the specified seller SKU from the Small and Light program in the specified marketplace. If the item is not eligible for disenrollment, the ineligibility reasons are returned.

Examples

literal blocks:

FbaSmallAndLight().delete_small_and_light_enrollment_by_seller_sku("value")
Parameters:
  • seller_sku

    required

  • **kwargs

Returns:

ApiResponse

get_small_and_light_eligibility_by_seller_s_k_u(sellerSKU, **kwargs) ApiResponse#
get_small_and_light_eligibility_by_seller_sku(self, seller_sku, **kwargs) ApiResponse#

Returns the Small and Light program eligibility status of the item indicated by the specified seller SKU in the specified marketplace. If the item is not eligible, the ineligibility reasons are returned.

Examples

literal blocks:

FbaSmallAndLight().get_small_and_light_eligibility_by_seller_sku("value")
Parameters:
  • seller_sku

    required

  • **kwargs

Returns:

ApiResponse

get_small_and_light_fee_preview(self, **kwargs) ApiResponse#

Returns the Small and Light fee estimates for the specified items. You must include a marketplaceId parameter to retrieve the proper fee estimates for items to be sold in that marketplace. The ordering of items in the response will mirror the order of the items in the request. Duplicate ASIN/price combinations are removed.

Examples

literal blocks:

FbaSmallAndLight().get_small_and_light_fee_preview()
Parameters:

**kwargs

Returns:

ApiResponse