Get full list with all custom orders with date filter
POST
https://api.istores.co.il
/custom_orders
Get full list with all custom orders with date filter
Request Body
date_fromstringValid date (year-month-day) wich we start the filter from
Example: 2020-01-20date_tostringValid date (year-month-day) wich we end the filter
Example: 2020-01-25limitinteger · min: 1 · max: 100Limit orders per page (minimum 1)
Example: 10pageinteger · min: 1Limit orders per page (minimum 1)
Example: 1
Responses
success
successbooleanExample: trueresponseobject[]array with all orders
resultsnumberExample: 233pagesnumberExample: 100pagenumberExample: 4per_pagenumberExample: 2request_idstringExample: 1ef2da0b-6f98-6fec-b13f-06c63b84be49
Create a pay-by-link custom order
POST
https://api.istores.co.il
/custom_order
Create a custom order with a pay-by-link payment URL
Request Body
is_fast_linkboolean · enum · requiredMust be true to create a pay-by-link custom order
Enum values:Example: truecurrencystring · requiredActive store currency code
Example: ILStransaction_typestring · enum · requiredEnum values:DebitExample: Debitcredit_typestring · enum · requiredEnum values:RegularCreditPaymentsExample: RegularCreditproductsobject[] · minItems: 1 · requirednum_of_paymentsinteger · min: 1 · max: 36 · requiredExample: 1
client_firstnamestring | null · minLength: 2Example: Johnclient_lastnamestring | null · minLength: 2Example: Doeclient_emailstring | null · emailExample: [email protected]client_phonestring | null · minLength: 7Example: 0501234567payment_addressstring | null · minLength: 2Example: 1 Main Streetpayment_citystring | null · minLength: 2Example: Tel Aviv
Responses
Custom order created successfully
successbooleanExample: trueresponseobjectrequest_idstringExample: 1ef2da0b-6f98-6fec-b13f-06c63b84be49