Hi, FFI, following methods will be implemented under following connectors:
*Shopify Connector* createCustomer - Creates a new customer record listCustomers - Retrieves all customers of a shop getProductById - Retrieves a single product listProducts - Retrieves a list of products createProduct - Creates a new product createProductVariant - Creates a new product variant listProductVariants - Retrieves a list of product variants createOrder - Creates a new order listOrders - Retrieves a list of Orders according to the given filters createFulfillment - Creates a fulfillment for the specified order and line items listFulfillments -Retrieves a list of all fulfillments *MailChimp Connector* createDraftCampaign - Create a new draft campaign to send sendCampaign - Send a given campaign immediately listCampaigns - Get the list of campaigns and their details matching the specified filters createTemplate - Create a new user template which can be applied while creating campaigns listTemplates - Retrieve various templates available in the system listSubscriberLists - Retrieve all the lists defined for the user account addSubscribersToList - Subscribe a batch of email addresses to a list at once listCampaignClicks - Lists the urls tracked and their click counts for a given campaign listCampaignClickers - Return the list of email addresses that clicked on a given url, and how many times they clicked listCampaignOpeners - Retrieve the list of email addresses that opened a given campaign with how many times they opened *Shippo Connector* createAddress - Creates a new address object createShipment - Creates a new shipment object listAddresses - Lists all addresses listShipments - Lists all shipment objects createCustomsItem - Creates a new Customs Item object listCustomsItems - Lists all custom-items objects createCustomsDeclaration - Creates a new Customs Declaration object listTransactions - Lists all transaction objects *ZohoCRM Connector* searchRecords - To get the list of records that meets the specified search criteria. Thanks & Regards Rasika -- View this message in context: http://wso2-oxygen-tank.10903.n7.nabble.com/Proposed-ESB-connector-scenario-Integrating-Shopify-with-MailChimp-Facebook-ZohoCRM-CallRail-and-Shi-tp104656p106173.html Sent from the WSO2 Architecture mailing list archive at Nabble.com. _______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
