Skip to content

Get fulfillment order csv export

GET
/merchants/{merchantCode}/fulfillmentOrders/exportCsv
curl --request GET \
--url https://order.shopgate.io/v1/merchants/example/fulfillmentOrders/exportCsv

Get fulfillment order csv export

merchantCode
required
string

Unique merchant code which represents the unique “merchant account”.

filters
string

Filter string. Available filter: locationCode, status, orderNumber, externalCode, name, billingName, customerId, salesOrderNumber, submitDate, completeDate, readyDate, pickupReminderApplicableAt, holdUntil, plannedFulfillmentDate, pickupReminderApplicableAt, type, pickingBatchId, statusChangeDate, createDate

Returns a csv with data for the selected report type

Media typetext/csv
string

Export limit exceeded or malformed filters

Media typetext/csv
object
code

Machine readable error code

string
message
required

Human readable error code

string
Example
{
"code": "internal.database",
"message": "Internal Database Error"
}