- Start your Apidog journey
- Sample APIs
- Users
- Ecommerce
- Profile
- Features Group
- Features
- Order
- Order web
- Appointment
- Quotation
- Plan
- Addresses
- Watch list Web
- Dashboard Carts
- Capabilities
- Product
- Production Line
- Attribute
- Group
- Review
- Branch
- Create Branch
- Update Branch By Id
- Get Branch By Id
- Get Branch All
- Get Branchs with pagination
- Delete Branch By Id
- Bulk Delete Branches
- Get Web Branch By Coordinates
- Get All Web Branch With Pagination
- Get All Web Branch
- Import Branch Zones
- Get Import Branch Zones Example
- Get Branch Zones File
- Import Branch Products
- Get Import Branch Products Example
- Get Branch Products File
- Link To Branches
- Addons
- Get Web Product By IdGET
- Get Web Product By CriteriaGET
- Create ProductPOST
- Get Product By IdGET
- Get Product By CriteriaGET
- Link Product By Id to BranchesPUT
- Update Product By IdPUT
- Link Product By Id to Production LinePUT
- Delete Product By IdDELETE
- Delete Duplicated ProductsDELETE
- Category
- Unit
- Contact
- Payment
- Setup
- Config
- Settings
- Cart
- Ticket
- Coupon
- Checkout
- Survey
- Truncate Collection ListDELETE
- Fix Product AttributesPUT
- Files
Get Product By Id
GET
{{ecommercev2_url}}/products/{id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '{{ecommercev2_url}}/products/68223108e028b7dd8391a918?query={"branchId":"683183a154536c12d0410c92","popFields":["isInWatchListed"]}' \
--header 'x-client: {{client}}' \
--header 'accept-language: {{acceptLanguage}}' \
--header 'x-access-token;'
Response Response Example
{}
Request
Authorization
API Key
Add parameter in header
x-access-token
Example:
x-access-token: ********************
or
Path Params
id
stringÂ
required
Example:
68223108e028b7dd8391a918
Query Params
query
array[string]
optional
Example:
["{\"branchId\":\"683183a154536c12d0410c92\",\"popFields\":[\"isInWatchListed\"]}"]
Header Params
x-access-token
stringÂ
required
Example:
{{admin-token}}
x-client
stringÂ
required
Example:
{{client}}
accept-language
stringÂ
required
Example:
{{acceptLanguage}}
Responses
🟢200Success
application/json
Body
object {0}
Modified at 2025-06-09 14:18:49