- Emole Developer FrontEnd APi EndPoints
- Authintication
- Api Flow Chart
- Public Back In Stock Subscription
- Public Blog
- Public Category
- Public Checkout
- Get order summary
- Get all billing addresses
- Select billing address
- Add a new billing address
- Get all pickup points
- Get all shipping addresses
- Select shipping address
- Add a new shipping address
- Get all shipping methods
- Select shipping method
- Get all payment methods
- Select payment method
- Prepare payment info model
- Validate the payment info
- Prepare confirm order model
- Confirm and pay the order
- Get completed order info
- Public Common
- Public Customer
- Impersonate a customer
- Get guest token to continue as a guest
- Prepare login model
- Login
- Logout
- Refresh access token on expiration
- Prepare password recovery model
- Submit password recovery request
- Prepare the customer registration model
- Submit the customer register request
- Check username availability
- Prepare customer navigation model
- Get the customer info
- Update the customer info
- Delete the external authentication record
- Get customer addresses
- Delete the customer address
- Prepare the add new customer address model
- Add a new customer address
- Get specific customer address
- Update the customer address
- Get the customer downloadable products
- Get user agreement
- Prepare change password model
- Submit the change password request
- Get customer avatar
- Upload customer avatar
- Remove customer avatar
- Prepare GDPR tools model
- Export customer GDPR info
- Delete request of GDPR info
- Prepare check gift card balance model
- Check gift card balance
- Public Download
- Public Forum
- Get all forums
- Get all active discussions
- Get active discussions in small for forum's index page
- Get specific forum group
- Get specific forum
- Watch/Unwatch forum
- Get specific forum topic
- Watch/Unwatch forum topic
- Prepare the move topic model
- Move topic to another forum
- Delete topic
- Prepare create topic model
- Create a new forum topic
- Prepare edit topic model
- Update the forum topic
- Delete the post
- Prepare create post model
- Create a new forum topic post
- Prepare edit post model
- Update the post
- Vote the post
- Get last/latest post
- Search into forum
- Get customer forum subscriptions
- Delete customer forum subscriptions
- Prepare customer profile model
- Public General
- Get Topic
- Ping to check the api server status
- Get all locale string resources
- Get all settings of current store
- Get header links info
- Get footer info
- Get polls to be displayed on home page
- Vote a poll
- Get all topics
- Authenticate the topic(page)
- Get nivo slider images(plugin)
- Prepare the contact us model
- Submit the contact us request
- Prepare the contact vendor model
- Submit the contact vendor request
- Prepare newsletter box model
- Subscribe to the news letters
- Public Manufacturer
- Public News
- Public Order
- Public Private Messages
- Public Product
- Get products to be displayed on home page
- Get best selling products
- Get a product details
- Change and apply product attributes
- Estimate shipping
- Get product combinations
- Get marked as new products
- Get product reviews
- Add a new product review
- Set product review helpfulness
- Get customer product reviews
- Prepare product email a friend model
- Email the product to a friend
- Get popular product tags
- Get products by tag
- Get related products
- Get cross sell products
- Get also purchased products
- Public Return Request
- Public Search
- Public Shopping Cart
- Get selected checkout attributes
- Change and apply checkout attributes
- Upload product attribute file
- Upload checkout attribute file
- Get customer cart
- Delete cart items
- Update quantities of the cart items
- Add product to the cart
- Apply discount coupon
- Apply gift card coupon
- Prepare estimate shipping model
- Estimate shipping
- Select shipping option
- Remove discount coupon
- Remove gift card coupon
- Get order totals
- Start checkout (to validate cart and go on checkout page)
- Get customer wish list
- Add product to wish list
- Delete wish list items
- Update quantities of wish list items
- Move wish list items to cart
- Prepare email wish list model
- Send wish list link on email
- Public Vendor
- Emole Developer BackEnd Api
- categories
- customers
- languages
- manufacturers
- news letter subscriptions
- orders
- productattributes
- product category mappings
- product manufacturer mappings
- products
- productspecificationattributes
- shopping cart items
- specificationattributes
- topics
- token
- Get CountriesGET
- Get All Customer RolesGET
- Get Current StoreGET
- Get All StoresGET
Get Products
GET
https://test.e-mole.net/api/products
Last modified:2025-02-03 20:25:16
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Query Params
Ids
array[string]
required
Example:
["-69240933","-33574967"]
Limit
stringÂ
required
Example:
92108412
Page
stringÂ
required
Example:
92108412
SinceId
stringÂ
required
Example:
92108412
Fields
stringÂ
required
Example:
dolor
ManufacturerPartNumbers
array[string]
required
Example:
["Duis sint sunt dolor","amet"]
IsDownload
stringÂ
required
Example:
true
CreatedAtMin
stringÂ
required
Example:
1996-02-01T04:24:34.523Z
CreatedAtMax
stringÂ
required
Example:
1996-02-01T04:24:34.523Z
UpdatedAtMin
stringÂ
required
Example:
1996-02-01T04:24:34.523Z
UpdatedAtMax
stringÂ
required
Example:
1996-02-01T04:24:34.523Z
PublishedStatus
stringÂ
required
Example:
true
VendorName
stringÂ
required
Example:
dolor
CategoryId
stringÂ
required
Example:
92108412
Header Params
Accept
stringÂ
required
Example:
text/plain
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://test.e-mole.net/api/products?Ids=-69240933&Ids=-33574967&Limit=92108412&Page=92108412&SinceId=92108412&Fields=dolor&ManufacturerPartNumbers=Duis sint sunt dolor&ManufacturerPartNumbers=amet&IsDownload=true&CreatedAtMin=1996-02-01T04:24:34.523Z&CreatedAtMax=1996-02-01T04:24:34.523Z&UpdatedAtMin=1996-02-01T04:24:34.523Z&UpdatedAtMax=1996-02-01T04:24:34.523Z&PublishedStatus=true&VendorName=dolor&CategoryId=92108412' \
--header 'Accept: text/plain'
Responses
🟢200Success
application/json
Body
products
array [object {94}]Â
required
visible_individually
booleanÂ
required
name
stringÂ
required
short_description
stringÂ
required
full_description
stringÂ
required
show_on_home_page
booleanÂ
required
meta_keywords
stringÂ
required
meta_description
stringÂ
required
meta_title
stringÂ
required
allow_customer_reviews
booleanÂ
required
approved_rating_sum
integerÂ
required
not_approved_rating_sum
integerÂ
required
approved_total_reviews
integerÂ
required
not_approved_total_reviews
integerÂ
required
sku
stringÂ
required
manufacturer_part_number
stringÂ
required
gtin
stringÂ
required
is_gift_card
booleanÂ
required
require_other_products
booleanÂ
required
automatically_add_required_products
booleanÂ
required
required_product_ids
array [object {1}]Â
required
is_download
booleanÂ
required
unlimited_downloads
booleanÂ
required
max_number_of_downloads
integerÂ
required
download_expiration_days
integerÂ
required
has_sample_download
booleanÂ
required
has_user_agreement
booleanÂ
required
is_recurring
booleanÂ
required
recurring_cycle_length
integerÂ
required
recurring_total_cycles
integerÂ
required
is_rental
booleanÂ
required
rental_price_length
integerÂ
required
is_ship_enabled
booleanÂ
required
is_free_shipping
booleanÂ
required
ship_separately
booleanÂ
required
additional_shipping_charge
numberÂ
required
is_tax_exempt
booleanÂ
required
is_telecommunications_or_broadcasting_or_electronic_services
booleanÂ
required
use_multiple_warehouses
booleanÂ
required
manage_inventory_method_id
integerÂ
required
stock_quantity
integerÂ
required
display_stock_availability
booleanÂ
required
display_stock_quantity
booleanÂ
required
min_stock_quantity
integerÂ
required
notify_admin_for_quantity_below
integerÂ
required
allow_back_in_stock_subscriptions
booleanÂ
required
order_minimum_quantity
integerÂ
required
order_maximum_quantity
integerÂ
required
allowed_quantities
stringÂ
required
allow_adding_only_existing_attribute_combinations
booleanÂ
required
disable_buy_button
booleanÂ
required
disable_wishlist_button
booleanÂ
required
available_for_pre_order
booleanÂ
required
pre_order_availability_start_date_time_utc
stringÂ
required
call_for_price
booleanÂ
required
price
numberÂ
required
old_price
numberÂ
required
product_cost
numberÂ
required
special_price
numberÂ
required
special_price_start_date_time_utc
stringÂ
required
special_price_end_date_time_utc
stringÂ
required
customer_enters_price
booleanÂ
required
minimum_customer_entered_price
numberÂ
required
maximum_customer_entered_price
numberÂ
required
baseprice_enabled
booleanÂ
required
baseprice_amount
numberÂ
required
baseprice_base_amount
numberÂ
required
has_tier_prices
booleanÂ
required
has_discounts_applied
booleanÂ
required
weight
numberÂ
required
length
numberÂ
required
width
numberÂ
required
height
numberÂ
required
available_start_date_time_utc
stringÂ
required
available_end_date_time_utc
stringÂ
required
display_order
integerÂ
required
published
booleanÂ
required
deleted
booleanÂ
required
created_on_utc
stringÂ
required
updated_on_utc
stringÂ
required
product_type
stringÂ
required
parent_grouped_product_id
integerÂ
required
role_ids
array [object {1}]Â
required
discount_ids
array [object {1}]Â
required
store_ids
array [object {1}]Â
required
manufacturer_ids
array [object {1}]Â
required
images
array [object {1}]Â
required
attributes
array [object {1}]Â
required
product_attribute_combinations
array [object {1}]Â
required
product_specification_attributes
array [object {1}]Â
required
associated_product_ids
array [object {1}]Â
required
tags
array [object {1}]Â
required
vendor_id
integerÂ
required
se_name
stringÂ
required
id
integerÂ
required
Example
{
"products": [
{
"visible_individually": false,
"name": "aliqua ut ut",
"short_description": "irure incididunt",
"full_description": "cupidatat consequat",
"show_on_home_page": false,
"meta_keywords": "aute aliqua id quis",
"meta_description": "incididunt ",
"meta_title": "enim",
"allow_customer_reviews": false,
"approved_rating_sum": -40200692,
"not_approved_rating_sum": -16168686,
"approved_total_reviews": -43359858,
"not_approved_total_reviews": 96848017,
"sku": "aute enim",
"manufacturer_part_number": "dolore culpa",
"gtin": "aute minim",
"is_gift_card": false,
"require_other_products": true,
"automatically_add_required_products": false,
"required_product_ids": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
],
"is_download": true,
"unlimited_downloads": false,
"max_number_of_downloads": 40724045,
"download_expiration_days": -10405284,
"has_sample_download": true,
"has_user_agreement": true,
"is_recurring": false,
"recurring_cycle_length": -63192583,
"recurring_total_cycles": -17888299,
"is_rental": false,
"rental_price_length": 15863734,
"is_ship_enabled": true,
"is_free_shipping": false,
"ship_separately": false,
"additional_shipping_charge": -31094686.971103773,
"is_tax_exempt": false,
"is_telecommunications_or_broadcasting_or_electronic_services": true,
"use_multiple_warehouses": false,
"manage_inventory_method_id": -6404108,
"stock_quantity": -39317529,
"display_stock_availability": true,
"display_stock_quantity": true,
"min_stock_quantity": 60376173,
"notify_admin_for_quantity_below": 87002503,
"allow_back_in_stock_subscriptions": true,
"order_minimum_quantity": -75368572,
"order_maximum_quantity": 35932015,
"allowed_quantities": "proident deserunt quis commodo cupidatat",
"allow_adding_only_existing_attribute_combinations": false,
"disable_buy_button": true,
"disable_wishlist_button": false,
"available_for_pre_order": true,
"pre_order_availability_start_date_time_utc": "1992-12-30T11:50:18.662Z",
"call_for_price": true,
"price": 72324761.13825154,
"old_price": 30894891.08300501,
"product_cost": -13371941.438865915,
"special_price": -13403386.79004392,
"special_price_start_date_time_utc": "1987-11-25T18:52:51.595Z",
"special_price_end_date_time_utc": "1949-07-08T20:02:04.696Z",
"customer_enters_price": true,
"minimum_customer_entered_price": 70993894.7263836,
"maximum_customer_entered_price": -3917321.945172474,
"baseprice_enabled": true,
"baseprice_amount": -23917444.17937103,
"baseprice_base_amount": -93066429.521493,
"has_tier_prices": false,
"has_discounts_applied": false,
"weight": -80414258.36162946,
"length": -24733401.91872464,
"width": -97000806.03204659,
"height": -91265594.1372591,
"available_start_date_time_utc": "1969-09-26T20:26:27.173Z",
"available_end_date_time_utc": "1966-06-11T10:32:53.768Z",
"display_order": 32527304,
"published": false,
"deleted": true,
"created_on_utc": "1981-02-03T23:06:11.122Z",
"updated_on_utc": "1981-07-23T01:51:16.141Z",
"product_type": "occaecat in pariatur",
"parent_grouped_product_id": 57635554,
"role_ids": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
],
"discount_ids": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
],
"store_ids": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
],
"manufacturer_ids": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
],
"images": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
],
"attributes": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
],
"product_attribute_combinations": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
],
"product_specification_attributes": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
],
"associated_product_ids": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
],
"tags": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
],
"vendor_id": 38876528,
"se_name": "enim aliqua quis in non",
"id": 98630305
},
{
"visible_individually": true,
"name": "cupidatat Duis",
"short_description": "irure labore nulla velit elit",
"full_description": "nisi",
"show_on_home_page": true,
"meta_keywords": "proident",
"meta_description": "in sunt eiusmod",
"meta_title": "et deserunt aute nostrud",
"allow_customer_reviews": false,
"approved_rating_sum": -498255,
"not_approved_rating_sum": -54327327,
"approved_total_reviews": 77370902,
"not_approved_total_reviews": 781684,
"sku": "ipsum",
"manufacturer_part_number": "laborum fugiat ",
"gtin": "minim in officia laborum magna",
"is_gift_card": true,
"require_other_products": false,
"automatically_add_required_products": false,
"required_product_ids": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
],
"is_download": false,
"unlimited_downloads": true,
"max_number_of_downloads": -40599333,
"download_expiration_days": -51865353,
"has_sample_download": true,
"has_user_agreement": false,
"is_recurring": false,
"recurring_cycle_length": -91966942,
"recurring_total_cycles": -37430561,
"is_rental": true,
"rental_price_length": 12648264,
"is_ship_enabled": false,
"is_free_shipping": false,
"ship_separately": true,
"additional_shipping_charge": 98226354.63998437,
"is_tax_exempt": false,
"is_telecommunications_or_broadcasting_or_electronic_services": true,
"use_multiple_warehouses": true,
"manage_inventory_method_id": -76265419,
"stock_quantity": 10800402,
"display_stock_availability": false,
"display_stock_quantity": true,
"min_stock_quantity": -47233261,
"notify_admin_for_quantity_below": -23149414,
"allow_back_in_stock_subscriptions": true,
"order_minimum_quantity": 25758600,
"order_maximum_quantity": 4357124,
"allowed_quantities": "laborum ea incididunt",
"allow_adding_only_existing_attribute_combinations": true,
"disable_buy_button": true,
"disable_wishlist_button": false,
"available_for_pre_order": false,
"pre_order_availability_start_date_time_utc": "1973-09-28T18:23:19.833Z",
"call_for_price": true,
"price": -33390668.88792166,
"old_price": -49108599.43203834,
"product_cost": 93451228.9422302,
"special_price": -27092688.850173324,
"special_price_start_date_time_utc": "1970-05-04T13:37:21.320Z",
"special_price_end_date_time_utc": "1957-08-29T12:52:11.836Z",
"customer_enters_price": true,
"minimum_customer_entered_price": -14730393.032374203,
"maximum_customer_entered_price": 44486121.33549258,
"baseprice_enabled": false,
"baseprice_amount": 743819.9870302081,
"baseprice_base_amount": -4975904.703802764,
"has_tier_prices": false,
"has_discounts_applied": true,
"weight": 72947451.4850665,
"length": -24921492.919734374,
"width": 93798993.45524478,
"height": -85384074.64095367,
"available_start_date_time_utc": "1995-03-25T15:45:12.224Z",
"available_end_date_time_utc": "1993-06-14T04:27:18.182Z",
"display_order": -54434784,
"published": true,
"deleted": true,
"created_on_utc": "1993-03-18T22:59:48.935Z",
"updated_on_utc": "1956-08-25T09:59:04.081Z",
"product_type": "voluptate nisi magna sunt",
"parent_grouped_product_id": -96660869,
"role_ids": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
],
"discount_ids": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
],
"store_ids": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
],
"manufacturer_ids": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
],
"images": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
],
"attributes": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
],
"product_attribute_combinations": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
],
"product_specification_attributes": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
],
"associated_product_ids": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
],
"tags": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
],
"vendor_id": -27061933,
"se_name": "velit esse amet ullamco",
"id": 60680781
}
]
}
🟠400Bad Request
🟠401Unauthorized
Modified at 2025-02-03 20:25:16