Credit Memo Download¶
Credit Memos can be downloaded from Magento.
Query Criteria¶
Order Status¶
Ignored and not in use.
Number of Records To Pull (Optional)¶
You can limit the number of records to retrieve on each reader invocation.
Setting this to ‘1’ in conjunction with the Starting increment id can be useful for debugging.
Starting Increment ID¶
Sets the starting credit memo for querying Magento.
Setting this is useful for existing Magento instances where ‘old’ credit memos need to be skipped or ignored from querying.
Custom Header Field List, Custom Detail Field List¶
Ignored
Store List¶
Where specified allows you to limit which stores to obtain credit memos by Magento store id.
Starting Created Date, Starting Updated Date¶
Where specified will limit the credit memos are returned by their created/updated dates respectively.
The date should be in form: yyyy-MM-dd
Returned Data¶
Credit Memo Header¶
Will include all credit memo header fields such as totals, ids, and customer details such as address.
Credit Memo Detail¶
Contains the ‘basic’ set of item data (sku, description, price, taxes, ) for the credit memo line.
Credit Memo Comment¶
Any comments attached to the credit memo.
Running the Credit Memo Download¶
Credit memo transactions are fixed and do not have statuses.
The connector maintains a lookup table for each store where Credit Memo transactions are integrated.

The connector set the last document processed.

The Next Document No will be the starting point for the next scheduled integration.