Skip to main content

fdk-pdp-size-stores

You are reading an outdated document

Get the latest developer guides on Fynd Partners Help

This action component is basically used for getting the seller and store information whenever a size is selected, It’s primarily used on Product Description page, whenever a certain size is selected for product.

Props

KeyTypeDescription
loadSellersfunctionthis function whenever called, returns the list of all the sellers details, only those seller will be returned which deliver the selected size at the entered pincode.
loadStoresfunctionthis function returns the list of all the stores on which selected size is available.
loadMoreStoresfunctionthis function returns the next list of stores

Functions

  • loadSellers({size, slug, pincode})
  • loadStores({strategy, page})
    • strategy: this is the selected filter on which stores will be fetched

Example

<fdk-pdp-size-stores>
<template slot-scope="sellerData">
//size code
</template>
</fdk-pdp-size-stores>