get https://tophatter.com/merchant_api/v1/orders.json
Order Statuses:
Orders will have one of the following statuses:
paid
: The order is waiting to be fulfilled. Use filter valueunfulfilled
to pull the invoices withpaid
status.shipped
: The order has been fulfilled. Use filter valuefulfilled
to pull the invoices withshipped
status.refunded
: The order has been refunded. Use filter valuerefunded
to pull the invoices withrefunded
status.processing_payment
: The order has been paid, but payment is still processing. Do not fulfill this order.pending_verification
: The order has a temporary hold. Do not fulfill this order.pending_consolidation_decision
: The order can be consolidated. If you are not enrolled with Tophatter consolidation program, do not fulfill orders with this status. Use filter valuepending_order_consolidation_decision
to pull the invoices withpending_consolidation_decision
.