Magento REST API Search Criteria

Search criterias can be added to GET request API to get required data from magento. The basic pattern for specifying the criteria is: searchCriteria[filter_groups][][filters][][field]=<field_name> searchCriteria[filter_groups][][filters][][value]=<search_value> searchCriteria[filter_groups][][filters][][condition_type]=<operator> where: field is an attribute name. value specifies the value to search for. condition_type is one of the following values: CONDITION NOTES eq Equal finset A value within a… Continue reading Magento REST API Search Criteria

SALES REP CONTRIBUTION BASED ON THE BRAND.

This proposal covers the scope of displaying the sales rep contribution based on the brand. Requirement  The client sells many types of brands. The sales reps are responsible for selling these brands, the sales rep can sell more than one brand.  A customer can have multiple sales reps if they buy different brands. On a… Continue reading SALES REP CONTRIBUTION BASED ON THE BRAND.

Mass deleting addresses

JIRA- BTN-1726 Scenario: The client has a couple of thousand bad address records in NetSuite. They want to delete all addresses from the customer record and only kept one address on that record. Solution: We exported out all customers and their addresses into a CSV. We flagged the good ones and removed all the bad… Continue reading Mass deleting addresses