getProductsProductsToFacebookCatalog

Operation Id:
products/productsToFacebookCatalog/get [Official Documentaction]
Methods

  • facebookCatalogId Integer
  • shopId Integer
Examples

This function retrieves the products from the shop with ID 123 and sends them to the Facebook catalog.

const result = await idosellRequest.getProductsProductsToFacebookCatalog
	.shopId(123)
	.exec()