postProductsProductsToFacebookCatalog

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

  • facebookCatalogId Integer
  • shopId Integer
  • products Array<Integer>
Examples

This function posts the specified products (with IDs 9) to a Facebook catalog, associated with the specified Facebook catalog ID (1), and the specified shop ID (1).

const result = await idosellRequest.postProductsProductsToFacebookCatalog
	.facebookCatalogId(1)
	.shopId(1)
	.products([9])
	.exec()