Documentation
Api Documentation
Sso Integration
Products
Get products to store
get
Get product by id
get
Update an existing Product
put
Delete Product
delete
Edit multiple products in single request
put
Create New Product
post
Customers
List of customers
post
Customer create
post
Customer details
get
list of customers
put
Delete customer
delete
Categories
Get all categories
get
Create New Category
post
Get existing category data
get
Edit existing category
put
Delete existing category
delete
Products options
List options
get
Create option
post
Get option
get
Update option
put
Delete option
delete
Orders
Get order status ids
get
Get order list
post
Get single order
get
Update order status
post
Crete invoice
post
Edit order products
put
Charge order
post
Create shipping
post
Get sticker
post
Check shipping status
post
Misc
Get language detail list
get
List of currencies
get
List of valid dimensions
get
Get stock status list
get
Points
Get point ranks list
get
Create new point rank
post
Get point rank
get
Update point rank
put
Delete point rank
delete
Store themes
Get custom JS code
get
Update custom JS code
put
Get custom CSS code
get
Update custom CSS code
put
Upload store theme media
post
Custom orders
Get full list with all custom orders with date filter
post
Create a pay-by-link custom order
post
Get custom order details by order Id
get
Download QR code
get
Refresh custom order expiry
put
Payment links
List payment links
post
Create payment link
post
Get payment link
get
Update payment link
put
Delete payment link
delete
Download payment link QR code
get
Refresh payment link expiry
put
Custom field
Get custom field list
get
Get single custom field
get
Update existing custom field
put
Delete existing custom field
delete
Create new custom field
post
Get list of custom field types
get
Get list of custom field types
get
Coupons
Get list of coupons with filters
post
Get single coupon info
get
Shipping
Get list of shipping methods
get
Get single shipping method
get
Webhook
Get list of webhooks
post
Create single webhook
post
Get single webhook
get
Update single webhook
put
Delete single webhook
delete
Get list of event ids
get
Dynamic fields
Get dynamic fields list
get
Create dynamic field
post
Get dynamic field
get
Update dynamic field
put
Delete dynamic field
delete
Schemas
Menu
Copy for AI
MyIstores Api
Dynamic fields
Endpoint:
https://api.istores.co.il
Get dynamic fields list
GET
https://api.istores.co.il
/dynamic_fields
Get dynamic fields list ›
Responses
200
success
success
boolean
Example:
true
response
object[]
Array of dynamic fields
Show properties
request_id
string
Example:
1ef2da0b-6f98-6fec-b13f-06c63b84be49
Create dynamic field
POST
https://api.istores.co.il
/dynamic_fields
Create dynamic field ›
Responses
200
success
success
boolean
Example:
true
response
object
Show properties
request_id
string
Example:
1ef2da0b-6f98-6fec-b13f-06c63b84be49
Get dynamic field
GET
https://api.istores.co.il
/dynamic_fields/{dynamic_field_id}
Get dynamic field ›
path Parameters
dynamic_field_id
integer
·
required
Get dynamic field ›
Responses
200
success
success
boolean
Example:
true
response
object
Show properties
request_id
string
Example:
1ef2da0b-6f98-6fec-b13f-06c63b84be49
Update dynamic field
PUT
https://api.istores.co.il
/dynamic_fields/{dynamic_field_id}
Update dynamic field ›
path Parameters
dynamic_field_id
integer
·
required
Update dynamic field ›
Responses
200
success
success
boolean
Example:
true
response
object
Show properties
request_id
string
Example:
1ef2da0b-6f98-6fec-b13f-06c63b84be49
Delete dynamic field
DELETE
https://api.istores.co.il
/dynamic_fields/{dynamic_field_id}
Delete dynamic field ›
path Parameters
dynamic_field_id
integer
·
required
Delete dynamic field ›
Responses
200
success
success
boolean
Example:
true
response
object
Show properties
request_id
string
Example:
1ef2da0b-6f98-6fec-b13f-06c63b84be49
Webhook