Get Refund Order ListAsk AIget https://{subdomain}.myshoplaza.com/openapi/2025-06/shoplazza-payment/refundsRetrieve a list of all refunds with pagination.Query ParamscursorstringStarting ID for pagination. Use the cursor from the response for subsequent pages.page_sizeint32A limit on the number of objects to be returned. Range: 1-100. Default is 10.statusstringFilter option: Refund status: succeeded: The refund was successfully processed. failed: The refund attempt failed, and no funds were returned. processing: The refund is currently being processed, with final results pending. created_at_minstringFilter option: Refund initiation start time (in UNIX timestamp or ISO-8601 format).created_at_maxstringFilter option: Refund initiation end time (in UNIX timestamp or ISO-8601 format).Response 200OKUpdated 2 months ago