openapi: 3.0.3
info:
title: 'Emart API [PRODUCTION]'
description: 'An Ecommerce API Best Suited To Business-To-Consumer (B2C) Needs. Happy Consumption!'
version: 1.0.0
servers:
-
url: 'https://mp-api.michpro.store'
paths:
'/api/admin/v1/users/admin/edit/{user_id}':
post:
summary: "Update an Admin's Details."
operationId: updateAnAdminsDetails
description: ''
parameters: []
responses: { }
tags:
- Admins
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
firstname:
type: string
description: ''
example: soluta
nullable: false
lastname:
type: string
description: ''
example: neque
nullable: false
email:
type: string
description: 'Must be a valid email address.'
example: ruthie68@example.org
nullable: false
phone:
type: string
description: ''
example: null
nullable: false
gender:
type: string
description: ''
example: null
nullable: false
password:
type: string
description: 'Must be at least 6 characters.'
example: i-3\^Xq!/Z)g`4
nullable: false
required:
- firstname
- lastname
- email
parameters:
-
in: path
name: user_id
description: 'The ID of the user.'
example: 9d547312-b4cd-4837-9e07-8233359f4d0e
required: true
schema:
type: string
/api/v1/register:
post:
summary: 'Register User'
operationId: registerUser
description: ''
parameters: []
responses: { }
tags:
- Authentication
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
firstname:
type: string
description: ''
example: cupiditate
nullable: false
lastname:
type: string
description: ''
example: dolore
nullable: false
email:
type: string
description: 'Must be a valid email address.'
example: trenton.deckow@example.com
nullable: false
password:
type: string
description: 'Must be at least 6 characters.'
example: Nqc1E+6GUk~4%bDh
nullable: false
required:
- firstname
- lastname
- email
- password
security: []
/api/v1/distributor:
post:
summary: 'Become a distributor'
operationId: becomeADistributor
description: ''
parameters: []
responses: { }
tags:
- Authentication
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
full_name:
type: string
description: ''
example: sed
nullable: false
company_name:
type: string
description: ''
example: aut
nullable: false
email:
type: string
description: 'Must be a valid email address.'
example: hahn.rosemarie@example.net
nullable: false
phone_number:
type: string
description: ''
example: qui
nullable: false
description:
type: string
description: ''
example: 'Est sed sunt earum temporibus laboriosam consequatur vel temporibus.'
nullable: false
required:
- full_name
- company_name
- email
- phone_number
- description
security: []
/api/v1/login:
post:
summary: 'Login User'
operationId: loginUser
description: ''
parameters: []
responses: { }
tags:
- Authentication
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
email:
type: string
description: 'Must be a valid email address. The email
of an existing record in the users table.'
example: roberts.eleanora@example.com
nullable: false
password:
type: string
description: 'Must be at least 6 characters.'
example: 'x5KjSu-1|&[s5Ye'
nullable: false
required:
- email
- password
security: []
/api/v1/verify-user:
post:
summary: 'Verify User Email'
operationId: verifyUserEmail
description: ''
parameters: []
responses: { }
tags:
- Authentication
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
email:
type: string
description: 'Must be a valid email address. The email
of an existing record in the users table.'
example: johnpaul.graham@example.net
nullable: false
token:
type: string
description: 'The token
of an existing record in the tokens table.'
example: sint
nullable: false
required:
- email
- token
security: []
/api/v1/login-with-google:
post:
summary: 'Login User With Google ID'
operationId: loginUserWithGoogleID
description: ''
parameters: []
responses: { }
tags:
- Authentication
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
id:
type: string
description: ''
example: magnam
nullable: false
email:
type: string
description: 'Must be a valid email address.'
example: fglover@example.net
nullable: false
name:
type: string
description: ''
example: earum
nullable: false
familyName:
type: string
description: ''
example: impedit
nullable: false
givenName:
type: string
description: ''
example: veniam
nullable: false
required:
- id
- email
- name
- familyName
security: []
/api/v1/send-otp:
post:
summary: 'Send User Token To Mail'
operationId: sendUserTokenToMail
description: ''
parameters: []
responses: { }
tags:
- Authentication
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
email:
type: string
description: 'Must be a valid email address. The email
of an existing record in the users table.'
example: schmitt.giovani@example.org
nullable: false
required:
- email
security: []
/api/v1/verify-otp:
post:
summary: "Verify A User's Token"
operationId: verifyAUsersToken
description: ''
parameters: []
responses: { }
tags:
- Authentication
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
email:
type: string
description: 'Must be a valid email address. The email
of an existing record in the users table.'
example: buddy78@example.com
nullable: false
token:
type: string
description: 'The token
of an existing record in the tokens table.'
example: minus
nullable: false
required:
- email
- token
security: []
/api/v1/change-password:
put:
summary: 'Change User Password After Token Verification'
operationId: changeUserPasswordAfterTokenVerification
description: ''
parameters: []
responses: { }
tags:
- Authentication
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
email:
type: string
description: 'Must be a valid email address. The email
of an existing record in the users table.'
example: raphael79@example.com
nullable: false
old_password:
type: string
description: ''
example: quasi
nullable: false
password:
type: string
description: 'Must be at least 6 characters.'
example: 'a$F@|NfA]9&%2'
nullable: false
required:
- email
- old_password
- password
security: []
/api/v1/logout:
get:
summary: 'Log User Out'
operationId: logUserOut
description: ''
parameters: []
responses:
401:
description: ''
content:
application/json:
schema:
type: object
example:
message: Unauthenticated.
properties:
message:
type: string
example: Unauthenticated.
tags:
- Authentication
/api/v1/banners:
get:
summary: 'Get Banner Listing.'
operationId: getBannerListing
description: ''
parameters: []
responses:
200:
description: ''
content:
application/json:
schema:
type: object
example:
code: 200
message: 'Banners Fetched Successfully'
data:
current_page: 1
data:
-
id: 9e7645ae-0ef0-41bf-99c7-03b79aad7e27
images:
desktop: 'https://mp-api.michpro.store/banners/cNZyGMFAE1GO1U8s1Cv0xHmh70FugNWSCB4aHFkx.jpg'
mobile: 'https://mp-api.michpro.store/banners/COHg4khcXB25Nt1ZOQw5t8ejMW0mieG1piUpDdwg.jpg'
url: '#'
type: AD_BANNER_1
created_at: '2025-03-18T14:28:43.000000Z'
updated_at: '2025-03-18T14:28:43.000000Z'
-
id: 9e7647c9-24c7-4873-bd6e-55f1a1da587b
images:
desktop: 'https://mp-api.michpro.store/banners/uk6Qjh5SBb0M03k9seiOcdWI5ksuir4hNCld06ru.jpg'
mobile: 'https://mp-api.michpro.store/banners/ABdWePdhdK7sjtbmkYxuUva5Insor8Rl4WLw38Ar.jpg'
url: '#'
type: HERO_BANNER
created_at: '2025-03-18T14:34:36.000000Z'
updated_at: '2025-03-18T14:43:15.000000Z'
-
id: 9e764967-2c63-40f6-9419-55079f8c213b
images:
desktop: 'https://mp-api.michpro.store/banners/vmODqLzCOZXJlTnkI2fHGz7KForEBHXqScsQsppR.jpg'
mobile: 'https://mp-api.michpro.store/banners/PLbOq0ZrPfyDVWBtCCRqdSb3vmF2nzLGkfwpf9nk.jpg'
url: '#'
type: HERO_BANNER
created_at: '2025-03-18T14:39:08.000000Z'
updated_at: '2025-03-18T14:39:08.000000Z'
-
id: 9e764a7b-7a6f-4028-aa61-9104a0c3ba7d
images:
desktop: 'https://mp-api.michpro.store/banners/6vxHMCSrlmCvtE43KixksHPZaf5ql8wYCwrbtEz3.jpg'
mobile: 'https://mp-api.michpro.store/banners/lG2JHZOdqTBdybgw8b0aaDfnohcCO1znrppfJQyH.jpg'
url: '#'
type: HERO_BANNER
created_at: '2025-03-18T14:42:09.000000Z'
updated_at: '2025-03-18T14:42:09.000000Z'
-
id: 9e764b56-592f-48d1-98bd-3e2c977c3c4d
images:
desktop: 'https://mp-api.michpro.store/banners/bTuIlhYzrS7ARCaCc4RGsa9JZpiU1NK65jw0Ekm4.jpg'
mobile: 'https://mp-api.michpro.store/banners/hVrrdPxS11ALEynHfCXAWppysSrHK9jMOWEU4BY1.jpg'
url: '#'
type: AD_BANNER_2
created_at: '2025-03-18T14:44:32.000000Z'
updated_at: '2025-03-18T14:44:32.000000Z'
-
id: 9e764ca9-8bdd-4917-a02a-27ee3e893bd8
images:
desktop: 'https://mp-api.michpro.store/banners/ifUZycrZoZd9oSLZM1NeOPuL8Vh0QqpqIUT6Ll3v.jpg'
mobile: 'https://mp-api.michpro.store/banners/f9SONK17o2Zo83qSm6PVfjXMBzCuWZyGbc2wtST1.jpg'
url: 'https://michpro.store/main/view/mich-pro-bl-49gt'
type: HERO_BANNER
created_at: '2025-03-18T14:48:15.000000Z'
updated_at: '2025-03-18T14:48:15.000000Z'
-
id: 9e764dbe-34c0-4513-b6f9-e6306f20f2b5
images:
desktop: 'https://mp-api.michpro.store/banners/7MDlVBov1YgJc86wBFx9HYdk1oSvacK4dHtBngwF.jpg'
mobile: 'https://mp-api.michpro.store/banners/az4LK6Wd8FSgR4RuYw22j7CjaJ5YshKQdPmOJ35H.jpg'
url: 'https://michpro.store/main/view/michpro-10000mah-powerbank-black'
type: HERO_BANNER
created_at: '2025-03-18T14:51:16.000000Z'
updated_at: '2025-03-18T14:51:16.000000Z'
-
id: 9e764ea2-3d19-4c60-a4f8-f74ee48c425b
images:
desktop: 'https://mp-api.michpro.store/banners/yV4Psk4okGEvChKr0iF7K14C48aP51CWWhzg0NQs.jpg'
mobile: 'https://mp-api.michpro.store/banners/LNUtArRiAPVPBXPf4ckjNyYzHLZpn06zkX5z7VAE.jpg'
url: '#'
type: HERO_BANNER
created_at: '2025-03-18T14:53:45.000000Z'
updated_at: '2025-03-18T14:53:45.000000Z'
-
id: 9e764f3e-cd3e-4645-b012-7ac03ef57eaf
images:
desktop: 'https://mp-api.michpro.store/banners/p6xbMa4eYvPpLFz7vptdZ1jlYrQSV56ra8lcmt59.jpg'
mobile: 'https://mp-api.michpro.store/banners/dolEQydEGNQWAZicFMTJ9DgD0ZHhxpnFCfschwV0.jpg'
url: '#'
type: HERO_BANNER
created_at: '2025-03-18T14:55:28.000000Z'
updated_at: '2025-03-18T14:55:28.000000Z'
-
id: 9e764fe6-57d5-410d-905f-3e89cb07fb91
images:
desktop: 'https://mp-api.michpro.store/banners/lPUvyAcvPqoAaXdPqP4EcAKUJa2bv52QmpoFQb1a.jpg'
mobile: 'https://mp-api.michpro.store/banners/qRfOkFJeZO2m02ZR6pR6O4x39Xe91VrwALfK9RJk.jpg'
url: '#'
type: HERO_BANNER
created_at: '2025-03-18T14:57:18.000000Z'
updated_at: '2025-03-18T14:57:18.000000Z'
-
id: 9e765144-9829-449b-8d7a-a26952008b00
images:
desktop: 'https://mp-api.michpro.store/banners/viBx23rC64smJUnaWJgxQMmPBRjdN2dvZ55WoFVd.jpg'
mobile: 'https://mp-api.michpro.store/banners/9HlIdAGzNPVb78PdKiDd9bBt0MLS6N7RXoRbX0Sn.jpg'
url: '#'
type: HERO_BANNER
created_at: '2025-03-18T15:01:07.000000Z'
updated_at: '2025-03-18T15:01:07.000000Z'
first_page_url: 'https://mp-api.michpro.store/api/v1/banners?page=1'
from: 1
last_page: 1
last_page_url: 'https://mp-api.michpro.store/api/v1/banners?page=1'
links:
-
url: null
label: '« Previous'
active: false
-
url: 'https://mp-api.michpro.store/api/v1/banners?page=1'
label: '1'
active: true
-
url: null
label: 'Next »'
active: false
next_page_url: null
path: 'https://mp-api.michpro.store/api/v1/banners'
per_page: 50
prev_page_url: null
to: 11
total: 11
properties:
code:
type: integer
example: 200
message:
type: string
example: 'Banners Fetched Successfully'
data:
type: object
properties:
current_page:
type: integer
example: 1
data:
type: array
example:
-
id: 9e7645ae-0ef0-41bf-99c7-03b79aad7e27
images:
desktop: 'https://mp-api.michpro.store/banners/cNZyGMFAE1GO1U8s1Cv0xHmh70FugNWSCB4aHFkx.jpg'
mobile: 'https://mp-api.michpro.store/banners/COHg4khcXB25Nt1ZOQw5t8ejMW0mieG1piUpDdwg.jpg'
url: '#'
type: AD_BANNER_1
created_at: '2025-03-18T14:28:43.000000Z'
updated_at: '2025-03-18T14:28:43.000000Z'
-
id: 9e7647c9-24c7-4873-bd6e-55f1a1da587b
images:
desktop: 'https://mp-api.michpro.store/banners/uk6Qjh5SBb0M03k9seiOcdWI5ksuir4hNCld06ru.jpg'
mobile: 'https://mp-api.michpro.store/banners/ABdWePdhdK7sjtbmkYxuUva5Insor8Rl4WLw38Ar.jpg'
url: '#'
type: HERO_BANNER
created_at: '2025-03-18T14:34:36.000000Z'
updated_at: '2025-03-18T14:43:15.000000Z'
-
id: 9e764967-2c63-40f6-9419-55079f8c213b
images:
desktop: 'https://mp-api.michpro.store/banners/vmODqLzCOZXJlTnkI2fHGz7KForEBHXqScsQsppR.jpg'
mobile: 'https://mp-api.michpro.store/banners/PLbOq0ZrPfyDVWBtCCRqdSb3vmF2nzLGkfwpf9nk.jpg'
url: '#'
type: HERO_BANNER
created_at: '2025-03-18T14:39:08.000000Z'
updated_at: '2025-03-18T14:39:08.000000Z'
-
id: 9e764a7b-7a6f-4028-aa61-9104a0c3ba7d
images:
desktop: 'https://mp-api.michpro.store/banners/6vxHMCSrlmCvtE43KixksHPZaf5ql8wYCwrbtEz3.jpg'
mobile: 'https://mp-api.michpro.store/banners/lG2JHZOdqTBdybgw8b0aaDfnohcCO1znrppfJQyH.jpg'
url: '#'
type: HERO_BANNER
created_at: '2025-03-18T14:42:09.000000Z'
updated_at: '2025-03-18T14:42:09.000000Z'
-
id: 9e764b56-592f-48d1-98bd-3e2c977c3c4d
images:
desktop: 'https://mp-api.michpro.store/banners/bTuIlhYzrS7ARCaCc4RGsa9JZpiU1NK65jw0Ekm4.jpg'
mobile: 'https://mp-api.michpro.store/banners/hVrrdPxS11ALEynHfCXAWppysSrHK9jMOWEU4BY1.jpg'
url: '#'
type: AD_BANNER_2
created_at: '2025-03-18T14:44:32.000000Z'
updated_at: '2025-03-18T14:44:32.000000Z'
-
id: 9e764ca9-8bdd-4917-a02a-27ee3e893bd8
images:
desktop: 'https://mp-api.michpro.store/banners/ifUZycrZoZd9oSLZM1NeOPuL8Vh0QqpqIUT6Ll3v.jpg'
mobile: 'https://mp-api.michpro.store/banners/f9SONK17o2Zo83qSm6PVfjXMBzCuWZyGbc2wtST1.jpg'
url: 'https://michpro.store/main/view/mich-pro-bl-49gt'
type: HERO_BANNER
created_at: '2025-03-18T14:48:15.000000Z'
updated_at: '2025-03-18T14:48:15.000000Z'
-
id: 9e764dbe-34c0-4513-b6f9-e6306f20f2b5
images:
desktop: 'https://mp-api.michpro.store/banners/7MDlVBov1YgJc86wBFx9HYdk1oSvacK4dHtBngwF.jpg'
mobile: 'https://mp-api.michpro.store/banners/az4LK6Wd8FSgR4RuYw22j7CjaJ5YshKQdPmOJ35H.jpg'
url: 'https://michpro.store/main/view/michpro-10000mah-powerbank-black'
type: HERO_BANNER
created_at: '2025-03-18T14:51:16.000000Z'
updated_at: '2025-03-18T14:51:16.000000Z'
-
id: 9e764ea2-3d19-4c60-a4f8-f74ee48c425b
images:
desktop: 'https://mp-api.michpro.store/banners/yV4Psk4okGEvChKr0iF7K14C48aP51CWWhzg0NQs.jpg'
mobile: 'https://mp-api.michpro.store/banners/LNUtArRiAPVPBXPf4ckjNyYzHLZpn06zkX5z7VAE.jpg'
url: '#'
type: HERO_BANNER
created_at: '2025-03-18T14:53:45.000000Z'
updated_at: '2025-03-18T14:53:45.000000Z'
-
id: 9e764f3e-cd3e-4645-b012-7ac03ef57eaf
images:
desktop: 'https://mp-api.michpro.store/banners/p6xbMa4eYvPpLFz7vptdZ1jlYrQSV56ra8lcmt59.jpg'
mobile: 'https://mp-api.michpro.store/banners/dolEQydEGNQWAZicFMTJ9DgD0ZHhxpnFCfschwV0.jpg'
url: '#'
type: HERO_BANNER
created_at: '2025-03-18T14:55:28.000000Z'
updated_at: '2025-03-18T14:55:28.000000Z'
-
id: 9e764fe6-57d5-410d-905f-3e89cb07fb91
images:
desktop: 'https://mp-api.michpro.store/banners/lPUvyAcvPqoAaXdPqP4EcAKUJa2bv52QmpoFQb1a.jpg'
mobile: 'https://mp-api.michpro.store/banners/qRfOkFJeZO2m02ZR6pR6O4x39Xe91VrwALfK9RJk.jpg'
url: '#'
type: HERO_BANNER
created_at: '2025-03-18T14:57:18.000000Z'
updated_at: '2025-03-18T14:57:18.000000Z'
-
id: 9e765144-9829-449b-8d7a-a26952008b00
images:
desktop: 'https://mp-api.michpro.store/banners/viBx23rC64smJUnaWJgxQMmPBRjdN2dvZ55WoFVd.jpg'
mobile: 'https://mp-api.michpro.store/banners/9HlIdAGzNPVb78PdKiDd9bBt0MLS6N7RXoRbX0Sn.jpg'
url: '#'
type: HERO_BANNER
created_at: '2025-03-18T15:01:07.000000Z'
updated_at: '2025-03-18T15:01:07.000000Z'
items:
type: object
properties:
id:
type: string
example: 9e7645ae-0ef0-41bf-99c7-03b79aad7e27
images:
type: object
properties:
desktop:
type: string
example: 'https://mp-api.michpro.store/banners/cNZyGMFAE1GO1U8s1Cv0xHmh70FugNWSCB4aHFkx.jpg'
mobile:
type: string
example: 'https://mp-api.michpro.store/banners/COHg4khcXB25Nt1ZOQw5t8ejMW0mieG1piUpDdwg.jpg'
url:
type: string
example: '#'
type:
type: string
example: AD_BANNER_1
created_at:
type: string
example: '2025-03-18T14:28:43.000000Z'
updated_at:
type: string
example: '2025-03-18T14:28:43.000000Z'
first_page_url:
type: string
example: 'https://mp-api.michpro.store/api/v1/banners?page=1'
from:
type: integer
example: 1
last_page:
type: integer
example: 1
last_page_url:
type: string
example: 'https://mp-api.michpro.store/api/v1/banners?page=1'
links:
type: array
example:
-
url: null
label: '« Previous'
active: false
-
url: 'https://mp-api.michpro.store/api/v1/banners?page=1'
label: '1'
active: true
-
url: null
label: 'Next »'
active: false
items:
type: object
properties:
url:
type: string
example: null
label:
type: string
example: '« Previous'
active:
type: boolean
example: false
next_page_url:
type: string
example: null
path:
type: string
example: 'https://mp-api.michpro.store/api/v1/banners'
per_page:
type: integer
example: 50
prev_page_url:
type: string
example: null
to:
type: integer
example: 11
total:
type: integer
example: 11
tags:
- Banners
security: []
'/api/v1/banners/{banner_id}':
get:
summary: "View A Banner's Details."
operationId: viewABannersDetails
description: ''
parameters: []
responses:
200:
description: ''
content:
application/json:
schema:
type: object
example:
code: 200
message: 'Banner Detail Fetched Successfully'
data:
id: 9e7645ae-0ef0-41bf-99c7-03b79aad7e27
images:
desktop: 'https://mp-api.michpro.store/banners/cNZyGMFAE1GO1U8s1Cv0xHmh70FugNWSCB4aHFkx.jpg'
mobile: 'https://mp-api.michpro.store/banners/COHg4khcXB25Nt1ZOQw5t8ejMW0mieG1piUpDdwg.jpg'
url: '#'
type: AD_BANNER_1
created_at: '2025-03-18T14:28:43.000000Z'
updated_at: '2025-03-18T14:28:43.000000Z'
properties:
code:
type: integer
example: 200
message:
type: string
example: 'Banner Detail Fetched Successfully'
data:
type: object
properties:
id:
type: string
example: 9e7645ae-0ef0-41bf-99c7-03b79aad7e27
images:
type: object
properties:
desktop:
type: string
example: 'https://mp-api.michpro.store/banners/cNZyGMFAE1GO1U8s1Cv0xHmh70FugNWSCB4aHFkx.jpg'
mobile:
type: string
example: 'https://mp-api.michpro.store/banners/COHg4khcXB25Nt1ZOQw5t8ejMW0mieG1piUpDdwg.jpg'
url:
type: string
example: '#'
type:
type: string
example: AD_BANNER_1
created_at:
type: string
example: '2025-03-18T14:28:43.000000Z'
updated_at:
type: string
example: '2025-03-18T14:28:43.000000Z'
tags:
- Banners
security: []
parameters:
-
in: path
name: banner_id
description: 'The ID of the banner.'
example: 9e7645ae-0ef0-41bf-99c7-03b79aad7e27
required: true
schema:
type: string
/api/v1/banners/item/filter:
get:
summary: 'Filter Banners.'
operationId: filterBanners
description: ''
parameters: []
responses:
200:
description: ''
content:
application/json:
schema:
type: object
example:
code: 200
message: 'Banners Fetched Successfully'
data: []
properties:
code:
type: integer
example: 200
message:
type: string
example: 'Banners Fetched Successfully'
data:
type: array
example: []
tags:
- Banners
security: []
/api/admin/v1/banners:
post:
summary: 'Create New Banner.'
operationId: createNewBanner
description: ''
parameters: []
responses: { }
tags:
- Banners
requestBody:
required: true
content:
multipart/form-data:
schema:
type: object
properties:
desktop:
type: string
format: binary
description: 'Must be an image.'
nullable: false
mobile:
type: string
format: binary
description: 'Must be an image.'
nullable: false
url:
type: string
description: ''
example: 'http://schmidt.com/'
nullable: false
type:
type: string
description: ''
example: AD_BANNER_2
nullable: false
enum:
- HERO_BANNER
- AD_BANNER_1
- AD_BANNER_2
- NONE
required:
- desktop
- mobile
- url
- type
'/api/admin/v1/banners/edit/{banner_id}':
post:
summary: "Update A Banner's Details."
operationId: updateABannersDetails
description: ''
parameters: []
responses: { }
tags:
- Banners
parameters:
-
in: path
name: banner_id
description: 'The ID of the banner.'
example: 9e7645ae-0ef0-41bf-99c7-03b79aad7e27
required: true
schema:
type: string
'/api/admin/v1/banners/{banner_id}':
delete:
summary: 'Delete A Banner.'
operationId: deleteABanner
description: ''
parameters: []
responses: { }
tags:
- Banners
parameters:
-
in: path
name: banner_id
description: 'The ID of the banner.'
example: 9e7645ae-0ef0-41bf-99c7-03b79aad7e27
required: true
schema:
type: string
/api/v1/categories:
get:
summary: 'Get Category Listing.'
operationId: getCategoryListing
description: ''
parameters: []
responses:
200:
description: ''
content:
application/json:
schema:
type: object
example:
code: 200
message: 'Categories Fetched Successfully'
data:
current_page: 1
data:
-
id: 10
name: 'External Phone Battery'
image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg'
description: 'High-end external mobile phone battery, high capacity, long standby.'
slug: batteries
created_at: '2024-09-02T09:20:53.000000Z'
updated_at: '2024-11-21T06:15:29.000000Z'
-
id: 13
name: 'Built-in Phone Battery'
image: 'https://mp-api.michpro.store/categories/NifRfsL3egxfmE7FF0RTpghP4SKAaIOhlyQuZzXR.jpg'
description: 'Ultra-high capacity series, give you the longest time to enjoy standby, MichPro exclusive patented technology, longer battery life, temperature control.'
slug: built-in-phone-battery
created_at: '2024-11-21T06:19:46.000000Z'
updated_at: '2024-11-21T06:19:46.000000Z'
-
id: 14
name: 'Power Bank'
image: 'https://mp-api.michpro.store/categories/ENBhPQai6zo44STu7OtRICltbF4IGPsM1I0RucB3.jpg'
description: 'High-end mobile power bank'
slug: power-bank
created_at: '2024-11-21T07:41:20.000000Z'
updated_at: '2024-12-14T16:57:22.000000Z'
-
id: 15
name: 'Charger & Cable'
image: 'https://mp-api.michpro.store/categories/fW0fuznPGkFKHDSqea8aBbiURtSn3jzKZ4O1iuu7.jpg'
description: 'Fast charging'
slug: charger-cable
created_at: '2024-11-24T16:21:24.000000Z'
updated_at: '2025-03-19T15:58:20.000000Z'
-
id: 16
name: Earpords
image: 'https://mp-api.michpro.store/categories/LpvSz5lmLb8UqEYMTQ7khYYqzlLb2hcpJ1BEE1ou.jpg'
description: Afo-beat
slug: earpords
created_at: '2025-04-19T16:18:02.000000Z'
updated_at: '2025-04-19T16:18:02.000000Z'
first_page_url: 'https://mp-api.michpro.store/api/v1/categories?page=1'
from: 1
last_page: 1
last_page_url: 'https://mp-api.michpro.store/api/v1/categories?page=1'
links:
-
url: null
label: '« Previous'
active: false
-
url: 'https://mp-api.michpro.store/api/v1/categories?page=1'
label: '1'
active: true
-
url: null
label: 'Next »'
active: false
next_page_url: null
path: 'https://mp-api.michpro.store/api/v1/categories'
per_page: 50
prev_page_url: null
to: 5
total: 5
properties:
code:
type: integer
example: 200
message:
type: string
example: 'Categories Fetched Successfully'
data:
type: object
properties:
current_page:
type: integer
example: 1
data:
type: array
example:
-
id: 10
name: 'External Phone Battery'
image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg'
description: 'High-end external mobile phone battery, high capacity, long standby.'
slug: batteries
created_at: '2024-09-02T09:20:53.000000Z'
updated_at: '2024-11-21T06:15:29.000000Z'
-
id: 13
name: 'Built-in Phone Battery'
image: 'https://mp-api.michpro.store/categories/NifRfsL3egxfmE7FF0RTpghP4SKAaIOhlyQuZzXR.jpg'
description: 'Ultra-high capacity series, give you the longest time to enjoy standby, MichPro exclusive patented technology, longer battery life, temperature control.'
slug: built-in-phone-battery
created_at: '2024-11-21T06:19:46.000000Z'
updated_at: '2024-11-21T06:19:46.000000Z'
-
id: 14
name: 'Power Bank'
image: 'https://mp-api.michpro.store/categories/ENBhPQai6zo44STu7OtRICltbF4IGPsM1I0RucB3.jpg'
description: 'High-end mobile power bank'
slug: power-bank
created_at: '2024-11-21T07:41:20.000000Z'
updated_at: '2024-12-14T16:57:22.000000Z'
-
id: 15
name: 'Charger & Cable'
image: 'https://mp-api.michpro.store/categories/fW0fuznPGkFKHDSqea8aBbiURtSn3jzKZ4O1iuu7.jpg'
description: 'Fast charging'
slug: charger-cable
created_at: '2024-11-24T16:21:24.000000Z'
updated_at: '2025-03-19T15:58:20.000000Z'
-
id: 16
name: Earpords
image: 'https://mp-api.michpro.store/categories/LpvSz5lmLb8UqEYMTQ7khYYqzlLb2hcpJ1BEE1ou.jpg'
description: Afo-beat
slug: earpords
created_at: '2025-04-19T16:18:02.000000Z'
updated_at: '2025-04-19T16:18:02.000000Z'
items:
type: object
properties:
id:
type: integer
example: 10
name:
type: string
example: 'External Phone Battery'
image:
type: string
example: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg'
description:
type: string
example: 'High-end external mobile phone battery, high capacity, long standby.'
slug:
type: string
example: batteries
created_at:
type: string
example: '2024-09-02T09:20:53.000000Z'
updated_at:
type: string
example: '2024-11-21T06:15:29.000000Z'
first_page_url:
type: string
example: 'https://mp-api.michpro.store/api/v1/categories?page=1'
from:
type: integer
example: 1
last_page:
type: integer
example: 1
last_page_url:
type: string
example: 'https://mp-api.michpro.store/api/v1/categories?page=1'
links:
type: array
example:
-
url: null
label: '« Previous'
active: false
-
url: 'https://mp-api.michpro.store/api/v1/categories?page=1'
label: '1'
active: true
-
url: null
label: 'Next »'
active: false
items:
type: object
properties:
url:
type: string
example: null
label:
type: string
example: '« Previous'
active:
type: boolean
example: false
next_page_url:
type: string
example: null
path:
type: string
example: 'https://mp-api.michpro.store/api/v1/categories'
per_page:
type: integer
example: 50
prev_page_url:
type: string
example: null
to:
type: integer
example: 5
total:
type: integer
example: 5
tags:
- Categories
security: []
/api/v1/categories/search:
get:
summary: 'Search for Categories.'
operationId: searchForCategories
description: ''
parameters: []
responses:
500:
description: ''
content:
application/json:
schema:
type: object
example:
message: 'App\Repositories\Category\CategoryRepositoryImplement::search(): Argument #1 ($keyword) must be of type string, null given, called in /home/michprodev/michpro-live/app/Services/Category/CategoryServiceImplement.php on line 113'
exception: TypeError
file: /home/michprodev/michpro-live/app/Repositories/Category/CategoryRepositoryImplement.php
line: 28
trace:
-
file: /home/michprodev/michpro-live/app/Services/Category/CategoryServiceImplement.php
line: 113
function: search
class: App\Repositories\Category\CategoryRepositoryImplement
type: '->'
-
file: /home/michprodev/michpro-live/app/Http/Controllers/CategoryController.php
line: 78
function: searchCategories
class: App\Services\Category\CategoryServiceImplement
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php
line: 47
function: search
class: App\Http\Controllers\CategoryController
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Routing/Route.php
line: 266
function: dispatch
class: Illuminate\Routing\ControllerDispatcher
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Routing/Route.php
line: 212
function: runController
class: Illuminate\Routing\Route
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Routing/Router.php
line: 808
function: run
class: Illuminate\Routing\Route
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
line: 170
function: 'Illuminate\Routing\{closure}'
class: Illuminate\Routing\Router
type: '->'
-
file: /home/michprodev/michpro-live/app/Http/Middleware/ForceJsonResponse.php
line: 21
function: 'Illuminate\Pipeline\{closure}'
class: Illuminate\Pipeline\Pipeline
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
line: 209
function: handle
class: App\Http\Middleware\ForceJsonResponse
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php
line: 51
function: 'Illuminate\Pipeline\{closure}'
class: Illuminate\Pipeline\Pipeline
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
line: 209
function: handle
class: Illuminate\Routing\Middleware\SubstituteBindings
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
line: 127
function: 'Illuminate\Pipeline\{closure}'
class: Illuminate\Pipeline\Pipeline
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Routing/Router.php
line: 807
function: then
class: Illuminate\Pipeline\Pipeline
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Routing/Router.php
line: 786
function: runRouteWithinStack
class: Illuminate\Routing\Router
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Routing/Router.php
line: 750
function: runRoute
class: Illuminate\Routing\Router
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Routing/Router.php
line: 739
function: dispatchToRoute
class: Illuminate\Routing\Router
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
line: 201
function: dispatch
class: Illuminate\Routing\Router
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
line: 170
function: 'Illuminate\Foundation\Http\{closure}'
class: Illuminate\Foundation\Http\Kernel
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php
line: 21
function: 'Illuminate\Pipeline\{closure}'
class: Illuminate\Pipeline\Pipeline
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php
line: 31
function: handle
class: Illuminate\Foundation\Http\Middleware\TransformsRequest
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
line: 209
function: handle
class: Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php
line: 21
function: 'Illuminate\Pipeline\{closure}'
class: Illuminate\Pipeline\Pipeline
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php
line: 51
function: handle
class: Illuminate\Foundation\Http\Middleware\TransformsRequest
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
line: 209
function: handle
class: Illuminate\Foundation\Http\Middleware\TrimStrings
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php
line: 27
function: 'Illuminate\Pipeline\{closure}'
class: Illuminate\Pipeline\Pipeline
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
line: 209
function: handle
class: Illuminate\Http\Middleware\ValidatePostSize
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php
line: 110
function: 'Illuminate\Pipeline\{closure}'
class: Illuminate\Pipeline\Pipeline
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
line: 209
function: handle
class: Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php
line: 62
function: 'Illuminate\Pipeline\{closure}'
class: Illuminate\Pipeline\Pipeline
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
line: 209
function: handle
class: Illuminate\Http\Middleware\HandleCors
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php
line: 58
function: 'Illuminate\Pipeline\{closure}'
class: Illuminate\Pipeline\Pipeline
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
line: 209
function: handle
class: Illuminate\Http\Middleware\TrustProxies
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php
line: 22
function: 'Illuminate\Pipeline\{closure}'
class: Illuminate\Pipeline\Pipeline
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
line: 209
function: handle
class: Illuminate\Foundation\Http\Middleware\InvokeDeferredCallbacks
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
line: 127
function: 'Illuminate\Pipeline\{closure}'
class: Illuminate\Pipeline\Pipeline
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
line: 176
function: then
class: Illuminate\Pipeline\Pipeline
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
line: 145
function: sendRequestThroughRouter
class: Illuminate\Foundation\Http\Kernel
type: '->'
-
file: /home/michprodev/michpro-live/vendor/knuckleswtf/scribe/src/Extracting/Strategies/Responses/ResponseCalls.php
line: 310
function: handle
class: Illuminate\Foundation\Http\Kernel
type: '->'
-
file: /home/michprodev/michpro-live/vendor/knuckleswtf/scribe/src/Extracting/Strategies/Responses/ResponseCalls.php
line: 298
function: callLaravelOrLumenRoute
class: Knuckles\Scribe\Extracting\Strategies\Responses\ResponseCalls
type: '->'
-
file: /home/michprodev/michpro-live/vendor/knuckleswtf/scribe/src/Extracting/Strategies/Responses/ResponseCalls.php
line: 91
function: makeApiCall
class: Knuckles\Scribe\Extracting\Strategies\Responses\ResponseCalls
type: '->'
-
file: /home/michprodev/michpro-live/vendor/knuckleswtf/scribe/src/Extracting/Strategies/Responses/ResponseCalls.php
line: 44
function: makeResponseCall
class: Knuckles\Scribe\Extracting\Strategies\Responses\ResponseCalls
type: '->'
-
file: /home/michprodev/michpro-live/vendor/knuckleswtf/scribe/src/Extracting/Strategies/Responses/ResponseCalls.php
line: 35
function: makeResponseCallIfConditionsPass
class: Knuckles\Scribe\Extracting\Strategies\Responses\ResponseCalls
type: '->'
-
file: /home/michprodev/michpro-live/vendor/knuckleswtf/scribe/src/Extracting/Extractor.php
line: 237
function: __invoke
class: Knuckles\Scribe\Extracting\Strategies\Responses\ResponseCalls
type: '->'
-
file: /home/michprodev/michpro-live/vendor/knuckleswtf/scribe/src/Extracting/Extractor.php
line: 163
function: iterateThroughStrategies
class: Knuckles\Scribe\Extracting\Extractor
type: '->'
-
file: /home/michprodev/michpro-live/vendor/knuckleswtf/scribe/src/Extracting/Extractor.php
line: 95
function: fetchResponses
class: Knuckles\Scribe\Extracting\Extractor
type: '->'
-
file: /home/michprodev/michpro-live/vendor/knuckleswtf/scribe/src/GroupedEndpoints/GroupedEndpointsFromApp.php
line: 125
function: processRoute
class: Knuckles\Scribe\Extracting\Extractor
type: '->'
-
file: /home/michprodev/michpro-live/vendor/knuckleswtf/scribe/src/GroupedEndpoints/GroupedEndpointsFromApp.php
line: 72
function: extractEndpointsInfoFromLaravelApp
class: Knuckles\Scribe\GroupedEndpoints\GroupedEndpointsFromApp
type: '->'
-
file: /home/michprodev/michpro-live/vendor/knuckleswtf/scribe/src/GroupedEndpoints/GroupedEndpointsFromApp.php
line: 50
function: extractEndpointsInfoAndWriteToDisk
class: Knuckles\Scribe\GroupedEndpoints\GroupedEndpointsFromApp
type: '->'
-
file: /home/michprodev/michpro-live/vendor/knuckleswtf/scribe/src/Commands/GenerateDocumentation.php
line: 53
function: get
class: Knuckles\Scribe\GroupedEndpoints\GroupedEndpointsFromApp
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php
line: 36
function: handle
class: Knuckles\Scribe\Commands\GenerateDocumentation
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Container/Util.php
line: 43
function: 'Illuminate\Container\{closure}'
class: Illuminate\Container\BoundMethod
type: '::'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php
line: 95
function: unwrapIfClosure
class: Illuminate\Container\Util
type: '::'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php
line: 35
function: callBoundMethod
class: Illuminate\Container\BoundMethod
type: '::'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Container/Container.php
line: 696
function: call
class: Illuminate\Container\BoundMethod
type: '::'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Console/Command.php
line: 213
function: call
class: Illuminate\Container\Container
type: '->'
-
file: /home/michprodev/michpro-live/vendor/symfony/console/Command/Command.php
line: 279
function: execute
class: Illuminate\Console\Command
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Console/Command.php
line: 182
function: run
class: Symfony\Component\Console\Command\Command
type: '->'
-
file: /home/michprodev/michpro-live/vendor/symfony/console/Application.php
line: 1094
function: run
class: Illuminate\Console\Command
type: '->'
-
file: /home/michprodev/michpro-live/vendor/symfony/console/Application.php
line: 342
function: doRunCommand
class: Symfony\Component\Console\Application
type: '->'
-
file: /home/michprodev/michpro-live/vendor/symfony/console/Application.php
line: 193
function: doRun
class: Symfony\Component\Console\Application
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php
line: 198
function: run
class: Symfony\Component\Console\Application
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Foundation/Application.php
line: 1235
function: handle
class: Illuminate\Foundation\Console\Kernel
type: '->'
-
file: /home/michprodev/michpro-live/artisan
line: 13
function: handleCommand
class: Illuminate\Foundation\Application
type: '->'
properties:
message:
type: string
example: 'App\Repositories\Category\CategoryRepositoryImplement::search(): Argument #1 ($keyword) must be of type string, null given, called in /home/michprodev/michpro-live/app/Services/Category/CategoryServiceImplement.php on line 113'
exception:
type: string
example: TypeError
file:
type: string
example: /home/michprodev/michpro-live/app/Repositories/Category/CategoryRepositoryImplement.php
line:
type: integer
example: 28
trace:
type: array
example:
-
file: /home/michprodev/michpro-live/app/Services/Category/CategoryServiceImplement.php
line: 113
function: search
class: App\Repositories\Category\CategoryRepositoryImplement
type: '->'
-
file: /home/michprodev/michpro-live/app/Http/Controllers/CategoryController.php
line: 78
function: searchCategories
class: App\Services\Category\CategoryServiceImplement
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php
line: 47
function: search
class: App\Http\Controllers\CategoryController
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Routing/Route.php
line: 266
function: dispatch
class: Illuminate\Routing\ControllerDispatcher
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Routing/Route.php
line: 212
function: runController
class: Illuminate\Routing\Route
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Routing/Router.php
line: 808
function: run
class: Illuminate\Routing\Route
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
line: 170
function: 'Illuminate\Routing\{closure}'
class: Illuminate\Routing\Router
type: '->'
-
file: /home/michprodev/michpro-live/app/Http/Middleware/ForceJsonResponse.php
line: 21
function: 'Illuminate\Pipeline\{closure}'
class: Illuminate\Pipeline\Pipeline
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
line: 209
function: handle
class: App\Http\Middleware\ForceJsonResponse
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php
line: 51
function: 'Illuminate\Pipeline\{closure}'
class: Illuminate\Pipeline\Pipeline
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
line: 209
function: handle
class: Illuminate\Routing\Middleware\SubstituteBindings
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
line: 127
function: 'Illuminate\Pipeline\{closure}'
class: Illuminate\Pipeline\Pipeline
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Routing/Router.php
line: 807
function: then
class: Illuminate\Pipeline\Pipeline
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Routing/Router.php
line: 786
function: runRouteWithinStack
class: Illuminate\Routing\Router
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Routing/Router.php
line: 750
function: runRoute
class: Illuminate\Routing\Router
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Routing/Router.php
line: 739
function: dispatchToRoute
class: Illuminate\Routing\Router
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
line: 201
function: dispatch
class: Illuminate\Routing\Router
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
line: 170
function: 'Illuminate\Foundation\Http\{closure}'
class: Illuminate\Foundation\Http\Kernel
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php
line: 21
function: 'Illuminate\Pipeline\{closure}'
class: Illuminate\Pipeline\Pipeline
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php
line: 31
function: handle
class: Illuminate\Foundation\Http\Middleware\TransformsRequest
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
line: 209
function: handle
class: Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php
line: 21
function: 'Illuminate\Pipeline\{closure}'
class: Illuminate\Pipeline\Pipeline
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php
line: 51
function: handle
class: Illuminate\Foundation\Http\Middleware\TransformsRequest
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
line: 209
function: handle
class: Illuminate\Foundation\Http\Middleware\TrimStrings
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php
line: 27
function: 'Illuminate\Pipeline\{closure}'
class: Illuminate\Pipeline\Pipeline
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
line: 209
function: handle
class: Illuminate\Http\Middleware\ValidatePostSize
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php
line: 110
function: 'Illuminate\Pipeline\{closure}'
class: Illuminate\Pipeline\Pipeline
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
line: 209
function: handle
class: Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php
line: 62
function: 'Illuminate\Pipeline\{closure}'
class: Illuminate\Pipeline\Pipeline
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
line: 209
function: handle
class: Illuminate\Http\Middleware\HandleCors
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php
line: 58
function: 'Illuminate\Pipeline\{closure}'
class: Illuminate\Pipeline\Pipeline
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
line: 209
function: handle
class: Illuminate\Http\Middleware\TrustProxies
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php
line: 22
function: 'Illuminate\Pipeline\{closure}'
class: Illuminate\Pipeline\Pipeline
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
line: 209
function: handle
class: Illuminate\Foundation\Http\Middleware\InvokeDeferredCallbacks
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
line: 127
function: 'Illuminate\Pipeline\{closure}'
class: Illuminate\Pipeline\Pipeline
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
line: 176
function: then
class: Illuminate\Pipeline\Pipeline
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
line: 145
function: sendRequestThroughRouter
class: Illuminate\Foundation\Http\Kernel
type: '->'
-
file: /home/michprodev/michpro-live/vendor/knuckleswtf/scribe/src/Extracting/Strategies/Responses/ResponseCalls.php
line: 310
function: handle
class: Illuminate\Foundation\Http\Kernel
type: '->'
-
file: /home/michprodev/michpro-live/vendor/knuckleswtf/scribe/src/Extracting/Strategies/Responses/ResponseCalls.php
line: 298
function: callLaravelOrLumenRoute
class: Knuckles\Scribe\Extracting\Strategies\Responses\ResponseCalls
type: '->'
-
file: /home/michprodev/michpro-live/vendor/knuckleswtf/scribe/src/Extracting/Strategies/Responses/ResponseCalls.php
line: 91
function: makeApiCall
class: Knuckles\Scribe\Extracting\Strategies\Responses\ResponseCalls
type: '->'
-
file: /home/michprodev/michpro-live/vendor/knuckleswtf/scribe/src/Extracting/Strategies/Responses/ResponseCalls.php
line: 44
function: makeResponseCall
class: Knuckles\Scribe\Extracting\Strategies\Responses\ResponseCalls
type: '->'
-
file: /home/michprodev/michpro-live/vendor/knuckleswtf/scribe/src/Extracting/Strategies/Responses/ResponseCalls.php
line: 35
function: makeResponseCallIfConditionsPass
class: Knuckles\Scribe\Extracting\Strategies\Responses\ResponseCalls
type: '->'
-
file: /home/michprodev/michpro-live/vendor/knuckleswtf/scribe/src/Extracting/Extractor.php
line: 237
function: __invoke
class: Knuckles\Scribe\Extracting\Strategies\Responses\ResponseCalls
type: '->'
-
file: /home/michprodev/michpro-live/vendor/knuckleswtf/scribe/src/Extracting/Extractor.php
line: 163
function: iterateThroughStrategies
class: Knuckles\Scribe\Extracting\Extractor
type: '->'
-
file: /home/michprodev/michpro-live/vendor/knuckleswtf/scribe/src/Extracting/Extractor.php
line: 95
function: fetchResponses
class: Knuckles\Scribe\Extracting\Extractor
type: '->'
-
file: /home/michprodev/michpro-live/vendor/knuckleswtf/scribe/src/GroupedEndpoints/GroupedEndpointsFromApp.php
line: 125
function: processRoute
class: Knuckles\Scribe\Extracting\Extractor
type: '->'
-
file: /home/michprodev/michpro-live/vendor/knuckleswtf/scribe/src/GroupedEndpoints/GroupedEndpointsFromApp.php
line: 72
function: extractEndpointsInfoFromLaravelApp
class: Knuckles\Scribe\GroupedEndpoints\GroupedEndpointsFromApp
type: '->'
-
file: /home/michprodev/michpro-live/vendor/knuckleswtf/scribe/src/GroupedEndpoints/GroupedEndpointsFromApp.php
line: 50
function: extractEndpointsInfoAndWriteToDisk
class: Knuckles\Scribe\GroupedEndpoints\GroupedEndpointsFromApp
type: '->'
-
file: /home/michprodev/michpro-live/vendor/knuckleswtf/scribe/src/Commands/GenerateDocumentation.php
line: 53
function: get
class: Knuckles\Scribe\GroupedEndpoints\GroupedEndpointsFromApp
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php
line: 36
function: handle
class: Knuckles\Scribe\Commands\GenerateDocumentation
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Container/Util.php
line: 43
function: 'Illuminate\Container\{closure}'
class: Illuminate\Container\BoundMethod
type: '::'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php
line: 95
function: unwrapIfClosure
class: Illuminate\Container\Util
type: '::'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php
line: 35
function: callBoundMethod
class: Illuminate\Container\BoundMethod
type: '::'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Container/Container.php
line: 696
function: call
class: Illuminate\Container\BoundMethod
type: '::'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Console/Command.php
line: 213
function: call
class: Illuminate\Container\Container
type: '->'
-
file: /home/michprodev/michpro-live/vendor/symfony/console/Command/Command.php
line: 279
function: execute
class: Illuminate\Console\Command
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Console/Command.php
line: 182
function: run
class: Symfony\Component\Console\Command\Command
type: '->'
-
file: /home/michprodev/michpro-live/vendor/symfony/console/Application.php
line: 1094
function: run
class: Illuminate\Console\Command
type: '->'
-
file: /home/michprodev/michpro-live/vendor/symfony/console/Application.php
line: 342
function: doRunCommand
class: Symfony\Component\Console\Application
type: '->'
-
file: /home/michprodev/michpro-live/vendor/symfony/console/Application.php
line: 193
function: doRun
class: Symfony\Component\Console\Application
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php
line: 198
function: run
class: Symfony\Component\Console\Application
type: '->'
-
file: /home/michprodev/michpro-live/vendor/laravel/framework/src/Illuminate/Foundation/Application.php
line: 1235
function: handle
class: Illuminate\Foundation\Console\Kernel
type: '->'
-
file: /home/michprodev/michpro-live/artisan
line: 13
function: handleCommand
class: Illuminate\Foundation\Application
type: '->'
items:
type: object
properties:
file:
type: string
example: /home/michprodev/michpro-live/app/Services/Category/CategoryServiceImplement.php
line:
type: integer
example: 113
function:
type: string
example: search
class:
type: string
example: App\Repositories\Category\CategoryRepositoryImplement
type:
type: string
example: '->'
tags:
- Categories
security: []
'/api/v1/categories/{category_slug}':
get:
summary: 'Get Category Details.'
operationId: getCategoryDetails
description: ''
parameters: []
responses:
200:
description: ''
content:
application/json:
schema:
type: object
example:
code: 200
message: 'Category Detail Fetched Successfully'
data:
id: 10
name: 'External Phone Battery'
image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg'
description: 'High-end external mobile phone battery, high capacity, long standby.'
slug: batteries
created_at: '2024-09-02T09:20:53.000000Z'
updated_at: '2024-11-21T06:15:29.000000Z'
properties:
code:
type: integer
example: 200
message:
type: string
example: 'Category Detail Fetched Successfully'
data:
type: object
properties:
id:
type: integer
example: 10
name:
type: string
example: 'External Phone Battery'
image:
type: string
example: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg'
description:
type: string
example: 'High-end external mobile phone battery, high capacity, long standby.'
slug:
type: string
example: batteries
created_at:
type: string
example: '2024-09-02T09:20:53.000000Z'
updated_at:
type: string
example: '2024-11-21T06:15:29.000000Z'
tags:
- Categories
security: []
parameters:
-
in: path
name: category_slug
description: 'The slug of the category.'
example: batteries
required: true
schema:
type: string
/api/admin/v1/categories:
post:
summary: 'Create A New Category.'
operationId: createANewCategory
description: ''
parameters: []
responses: { }
tags:
- Categories
requestBody:
required: true
content:
multipart/form-data:
schema:
type: object
properties:
name:
type: string
description: ''
example: aliquid
nullable: false
image:
type: string
format: binary
description: 'Must be an image.'
nullable: false
description:
type: string
description: ''
example: 'Molestiae accusantium possimus eos iure ut laboriosam.'
nullable: false
required:
- name
- image
- description
'/api/admin/v1/categories/edit/{category_slug}':
post:
summary: "Update A Category's Details."
operationId: updateACategorysDetails
description: ''
parameters: []
responses: { }
tags:
- Categories
parameters:
-
in: path
name: category_slug
description: 'The slug of the category.'
example: batteries
required: true
schema:
type: string
'/api/admin/v1/categories/{category_slug}':
delete:
summary: 'Delete a Category.'
operationId: deleteACategory
description: ''
parameters: []
responses: { }
tags:
- Categories
parameters:
-
in: path
name: category_slug
description: 'The slug of the category.'
example: batteries
required: true
schema:
type: string
'/api/v1/users/edit/{user_id}':
post:
summary: "Update a Customer's Details."
operationId: updateACustomersDetails
description: ''
parameters: []
responses: { }
tags:
- Customers
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
firstname:
type: string
description: ''
example: reprehenderit
nullable: false
lastname:
type: string
description: ''
example: ab
nullable: false
email:
type: string
description: 'Must be a valid email address.'
example: lubowitz.jamel@example.net
nullable: false
phone:
type: string
description: ''
example: null
nullable: false
gender:
type: string
description: ''
example: null
nullable: false
password:
type: string
description: 'Must be at least 6 characters.'
example: ':^X4u@M0n-m}g>ey"A'
nullable: false
required:
- firstname
- lastname
- email
parameters:
-
in: path
name: user_id
description: 'The ID of the user.'
example: 9d547312-b4cd-4837-9e07-8233359f4d0e
required: true
schema:
type: string
/api/v1/orders:
get:
summary: 'Get Orders Listing [User].'
operationId: getOrdersListingUser
description: ''
parameters: []
responses:
401:
description: ''
content:
application/json:
schema:
type: object
example:
message: Unauthenticated.
properties:
message:
type: string
example: Unauthenticated.
tags:
- Orders
post:
summary: 'Create New Order.'
operationId: createNewOrder
description: ''
parameters: []
responses: { }
tags:
- Orders
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
order_items:
type: array
description: 'Must have at least 1 items.'
example:
- []
items:
type: object
properties:
product_id:
type: string
description: 'The id
of an existing record in the products table.'
example: laudantium
nullable: false
quantity:
type: number
description: ''
example: 20868997.8717
nullable: false
required:
- product_id
- quantity
shipping_address:
type: string
description: ''
example: null
nullable: false
gateway:
type: string
description: ''
example: est
nullable: false
required:
- order_items
'/api/v1/orders/{order_id}':
get:
summary: 'Get A Single Order.'
operationId: getASingleOrder
description: ''
parameters: []
responses:
401:
description: ''
content:
application/json:
schema:
type: object
example:
message: Unauthenticated.
properties:
message:
type: string
example: Unauthenticated.
tags:
- Orders
put:
summary: 'Update Existing Order [User].'
operationId: updateExistingOrderUser
description: ''
parameters: []
responses: { }
tags:
- Orders
requestBody:
required: false
content:
application/json:
schema:
type: object
properties:
order_items:
type: array
description: 'Must have at least 1 items.'
example: null
items:
type: object
properties:
product_id:
type: string
description: 'The id
of an existing record in the products table.'
example: null
nullable: false
quantity:
type: number
description: ''
example: 4.0
nullable: false
shipping_address:
type: string
description: ''
example: null
nullable: false
gateway:
type: string
description: ''
example: flutterwave
nullable: false
enum:
- opay
- flutterwave
- paystack
status:
type: string
description: ''
example: awaiting_payment
nullable: false
enum:
- pending
- confirmed
- processing
- shipped
- delivered
- completed
- cancelled
- refunded
- failed
- awaiting_payment
transaction_metadata:
type: string
description: ''
example: null
nullable: false
tracking_number:
type: string
description: ''
example: voluptas
nullable: false
tracking_method:
type: string
description: ''
example: facere
nullable: false
transaction_status:
type: string
description: ''
example: pending
nullable: false
enum:
- paid
- unpaid
- processing
- pending
- failed
parameters:
-
in: path
name: order_id
description: 'The ID of the order.'
example: laborum
required: true
schema:
type: string
'/api/v1/orders/filter/status/{status}':
get:
summary: 'Filter Orders By Status.'
operationId: filterOrdersByStatus
description: ''
parameters: []
responses:
401:
description: ''
content:
application/json:
schema:
type: object
example:
message: Unauthenticated.
properties:
message:
type: string
example: Unauthenticated.
tags:
- Orders
parameters:
-
in: path
name: status
description: 'The status.'
example: et
required: true
schema:
type: string
/api/v1/orders/filter/search:
get:
summary: 'Search Orders [Admin].'
operationId: searchOrdersAdmin
description: ''
parameters: []
responses:
401:
description: ''
content:
application/json:
schema:
type: object
example:
message: Unauthenticated.
properties:
message:
type: string
example: Unauthenticated.
tags:
- Orders
requestBody:
required: false
content:
application/json:
schema:
type: object
properties:
search:
type: string
description: 'Must not be greater than 255 characters.'
example: woolsxqoqzpnoxbla
nullable: true
status:
type: string
description: ''
example: awaiting_payment
nullable: true
enum:
- pending
- confirmed
- processing
- shipped
- delivered
- completed
- cancelled
- refunded
- failed
- awaiting_payment
gateway:
type: string
description: ''
example: opay
nullable: true
enum:
- opay
- flutterwave
- paystack
start_date:
type: string
description: 'Must be a valid date.'
example: '2025-05-01T11:40:58'
nullable: true
end_date:
type: string
description: 'Must be a valid date. Must be a date after or equal to start_date
.'
example: '2027-10-20'
nullable: true
payment_status:
type: string
description: ''
example: pending
nullable: true
enum:
- paid
- unpaid
- processing
- pending
- failed
min_amount:
type: number
description: 'Must be at least 0.'
example: 62
nullable: true
max_amount:
type: number
description: ''
example: 555.395
nullable: true
reference:
type: string
description: 'Must not be greater than 255 characters.'
example: lq
nullable: true
per_page:
type: integer
description: 'Must be at least 1. Must not be greater than 100.'
example: 16
nullable: true
sort_by:
type: string
description: ''
example: total_amount
nullable: true
enum:
- created_at
- total_amount
- status
sort_direction:
type: string
description: ''
example: desc
nullable: true
enum:
- asc
- desc
/api/admin/v1/orders:
get:
summary: 'Get Orders Listing [Admin].'
operationId: getOrdersListingAdmin
description: ''
parameters: []
responses:
401:
description: ''
content:
application/json:
schema:
type: object
example:
message: Unauthenticated.
properties:
message:
type: string
example: Unauthenticated.
tags:
- Orders
/api/v1/products:
get:
summary: 'Get Product Listing.'
operationId: getProductListing
description: ''
parameters: []
responses:
200:
description: ''
content:
application/json:
schema:
type: object
example:
code: 200
message: 'Products Fetched Successfully'
data:
current_page: 1
data:
-
id: 134
category_id: 10
name: 'Mi Battery BM-45'
slug: mi-battery-bm-45
images:
- 'https://mp-api.michpro.store/products/5963b8094f679551004cd7d10f1de0f0_1745502974.png'
- 'https://mp-api.michpro.store/products/600b9200e1f8a8683c332558024bdcef_1745502974.png'
description: '
Mi Battery BM-45
' specifications: '{"Model":"BM-45 Mi"}' colors: null price: '3500.00' featured: 0 top_seller: 0 rating: '0.0' discount: '50.00' shipping_fee: '1000.00' quantity: 1000 created_at: '2025-04-24T13:56:14.000000Z' updated_at: '2025-04-24T13:56:14.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 133 category_id: 15 name: 'Mp 201V Charger: True Power, Dual Fast Charging' slug: mp-201v-charger-true-power-dual-fast-charging images: - 'https://mp-api.michpro.store/products/bf44e139c4889a6f6337e947296c3243_1745133554.jpg' - 'https://mp-api.michpro.store/products/ecc35cc4b7ed6afeb570ba54086c69d7_1745133554.jpg' - 'https://mp-api.michpro.store/products/c6705cef4875a30fdea7ef848812b750_1745133554.jpg' - 'https://mp-api.michpro.store/products/0169e29f10769c00fefe67a4857a6822_1745133554.jpg' description: "True Power, A Trustworthy Choice
\r\nIn the current market, many chargers have false power markings. The power stated on the packaging is far from the actual one. However, MICHPRO has always adhered to integrity. The power marked on the Mp 201V charger is the real power. What you see is what you get. You can buy it with complete peace of mind.
\r\n2.4A Dual USB Ports, Double Fast Charging
\r\nThe Mp 201V is equipped with two USB charging ports, both supporting 2.4A fast charging. Whether you want to charge your phone and tablet simultaneously or power up other devices, it can achieve fast charging efficiently, meeting your multi device charging needs.
\r\nBuilt in Night Light, Technological and Practical
\r\nThis charger is uniquely equipped with a night light, showing a sense of technology. At night when charging, it can serve as a night light, providing dim lighting for your night activities, preventing you from bumping in the dark and adding convenience to your life.
\r\nCharge Two Devices Simultaneously without Losing Speed
\r\nEven when connecting two different devices for charging at the same time, the Mp 201V can intelligently distribute the current to ensure that each device is charged at a speed of 2.4A. The charging efficiency remains unaffected, allowing your devices to quickly return to a full charged state.
\r\nHigh end Chip, 6 Fold Protection
\r\nIt uses a high end customized chip with 6 fold protection functions. It can intelligently recognize the device's needs and achieve precise charging. When the device is fully charged, it will automatically cut off the power to prevent over charging from damaging the battery, providing all round protection for your device.
\r\nHigh quality Materials, British Design
\r\nMade of high quality materials, it ensures the charger's durability and stability. It is carefully designed by a British designer, with a fashionable and unique appearance. It is not only a practical charging tool but also a home item that enhances the style.
\r\n\r\n
\r\n
Product Parameters
\r\nl Brand: MICHPRO
\r\nl Model: Mp 201V
\r\nl Power: 2.4A Dual USB Ports
\r\nl Number of Charging Ports: 2
\r\nl Cable: Usb to Micro
\r\nl Features: True power, 2.4A fast charging on dual ports, built in night light, no speed reduction when charging two devices simultaneously, 6 fold protection with high end customized chip, high quality materials and British design
\r\nl Standards: US, EU, UK standards
\r\nl Origin: Hong Kong
\r\n\r\n
Product Package Contents
\r\nl Charger x1
\r\nl Instruction Manual x1
\r\nl Fast Charging Usb to Micro Cable x1
\r\n\r\n
Warranty
\r\nl One year warranty for MichPro product
\r\nl Customer comes first.
\r\nl Our confidence in product quality.
\r\nl Your peace of mind in using.
\r\n\r\n
" specifications: '{"Model":"Mp-201v","Port":"Daul-A port","Cable":"U-Micro"}' colors: null price: '10000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '8000.00' shipping_fee: '150.00' quantity: 100 created_at: '2025-04-20T07:19:14.000000Z' updated_at: '2025-04-20T07:19:14.000000Z' category: id: 15 name: 'Charger & Cable' image: 'https://mp-api.michpro.store/categories/fW0fuznPGkFKHDSqea8aBbiURtSn3jzKZ4O1iuu7.jpg' description: 'Fast charging' slug: charger-cable created_at: '2024-11-24T16:21:24.000000Z' updated_at: '2025-03-19T15:58:20.000000Z' - id: 132 category_id: 15 name: 'MichPro MP810L Super Fast Charger to the Rescue!' slug: michpro-mp810l-super-fast-charger-to-the-rescue images: - 'https://mp-api.michpro.store/products/18845ea7021de54a3870d23aa2556683_1745126808.jpg' - 'https://mp-api.michpro.store/products/5f33f866e5a957b75bb2d718bea08f7c_1745126808.jpg' - 'https://mp-api.michpro.store/products/e638496d5e08fada57a15dc9190567e7_1745126808.jpg' - 'https://mp-api.michpro.store/products/ef9c43386b1100911ee25338b0c54ff8_1745126808.jpg' - 'https://mp-api.michpro.store/products/0ef24f71432a3713a74dc19a3184707c_1745126808.jpg' - 'https://mp-api.michpro.store/products/c4398c52c63c4310a12dc8d6c4efe238_1745126808.jpg' - 'https://mp-api.michpro.store/products/a8ef5687ba0539873dc09910011d4642_1745126808.jpg' - 'https://mp-api.michpro.store/products/65e47604d5157c052b651843250d49f5_1745126808.jpg' description: "
Tired of Slow Charging? MichPro MP810L Super Fast Charger to the Rescue!
\r\nIn this 5G era, speed and efficiency are everything. How can your phone's charging speed be left behind? MichPro proudly presents the MP810L Super Fast Charger, ready to power up your devices and turn the long - wait charging into a thing of the past!
\r\n\r\n
40W Real Power, No False Claims
\r\nMany chargers in the market love to boast about their power but fail to deliver in reality. However, the MichPro MP810L is different! It packs a real 40W high - power punch. From the packaging to actual use, the power remains consistent. We adhere to the principle of integrity and never make false advertisements. Every cent you spend is worth it!
\r\n\r\n
Dual Ports, Meeting All Your Needs
\r\nOne USB port supporting 25W charging and one super fast - charging port supporting 40W. These two ports are like your two reliable assistants. Whether you want to quickly recharge your phone or top up your tablet, it can handle it with ease. Truly a \"multi - purpose charger\" that meets the charging needs of different devices for the whole family.
\r\n\r\n
65% Charge in 30 Minutes, 6 Times Faster
\r\nTraditional chargers are as slow as snails, while the MP810L is as fast as lightning! In just 30 minutes, it can charge your phone to 65% of its battery capacity. Its charging speed is 6 times that of ordinary chargers. While you're having breakfast or scrolling through short videos, your phone's battery will be quickly replenished, keeping you connected at all times and ensuring you never miss any important information.
\r\n\r\n
Advanced Protocols, Wide Compatibility
\r\nSupporting PD4.0 and QC3.0 fast - charging protocols means it can seamlessly connect with many devices in the market that support fast - charging. Whether you're using an Apple, Android, or other brand of phone or tablet, the MP810L can be your all - in - one charging buddy, providing fast and stable power support for your devices.
\r\n\r\n
Exclusive iFast Chip, Safe and Smart
\r\nMichPro's exclusive iFast chip technology is like giving the charger a \"smart brain\". It enables the charger to achieve full - fledged fast charging without overheating, effectively protecting the device's battery and extending its service life. What's more, when the device is fully charged, it will automatically cut off the power, avoiding potential safety hazards caused by overcharging and safeguarding your devices and safety.
\r\n\r\n
Novel Accessories, Convenient on the Go
\r\nThe product comes with a stylish Apple PD data cable, which is both fashionable and practical. Moreover, the charger is compact and lightweight, making it easy to carry. Whether you're on a business trip, traveling, or just going out daily, you can simply toss it into your bag and recharge your devices anytime, anywhere. Say goodbye to \"battery anxiety\" during your journey!
\r\n\r\n
High - End Design, Irresistible Charm
\r\nMade of high - end materials and featuring a unique design crafted by a British designer, the MP810L is not just a charger but also a technological masterpiece. Placed on the table, it instantly elevates the style, making your charging process full of texture. Among the numerous ordinary chargers, it is definitely the most eye - catching one!
\r\n\r\n
Package Contents
\r\n- Charger x1
\r\n- Instruction Manual x1
\r\n- Fast - Charging Data Cable (Type-C to Iphone) x1
\r\n\r\n
Product Parameters and Features
\r\n- **Model**: MP810L
\r\n- **Brand**: MichPro
\r\n- **Power**: 40W
\r\n- **Charging Ports**: Dual (25W USB, 40W Type-C Fast Charge)
\r\n- **Fast - Charging Protocols**: PD4.0, QC3.0
\r\n- **Chip Technology**: Exclusive iFast
\r\n- **Safety Feature**: Automatic Power - Off
\r\n- **Design Highlights**: High - End Material, Unique Design
\r\n- **Convenience**: Easy to Carry
\r\nIn this era where every second counts, a dying phone battery can be a real headache. Fear not, for the MichPro MP420C Super Fast Charger is here to deliver a lightning - fast charging experience for your devices, allowing you to bid farewell to long waiting times!
\r\n\r\n
33W Real Power, No False Claims
\r\nMany chargers boast large power ratings on their packaging but fail to deliver in reality. However, the MichPro MP420L is different. It packs a genuine 33W high - power output. We've always adhered to the principle of integrity and never engage in false advertising. Every charge will let you feel the strong power output, giving you a full sense of security.
\r\n\r\n
Charge Up to 65% in 30 Minutes, Astonishing Speed
\r\nTime is precious and can't be wasted. The MichPro MP420C Super Fast Charger understands this well. In just 30 minutes, it can charge your phone up to 65% of its battery capacity. Whether you're in a hurry to leave in the morning or taking a short break during work, the rapid charging gets you back in action quickly, so you won't miss any important moments.
\r\n\r\n
Exclusive iFast Chip, Safe and Smart
\r\nThe self - developed exclusive iFast chip technology by MichPro is the core highlight of this charger. It enables the charging process to maintain full speed while effectively controlling the temperature, preventing the charger from overheating. Moreover, once your device is fully charged, the charger will automatically cut off the power to avoid over - charging and protect your device's battery. It offers all - around safety for your device.
\r\n\r\n
Novel Data Cable, More Stable Charging
\r\nThe package comes with Type - C to Type-C fast cable. It not only has a novel and stylish design but also ensures a stable current transmission, making the charging process smoother. With it, you don't have to worry about poor contact or slow charging.
\r\n\r\n
Compact and Portable, Charge Anytime, Anywhere
\r\nIt's small in size and light in weight, making it easy for you to carry it anywhere. Whether you're on a business trip, commuting to work, or out for a trip, just pop it into your bag or pocket, and you can recharge your device at any time, keeping you connected all the time.
\r\n\r\n
Package Contents
\r\n1. 1 x Super Fast Charger
\r\n2. 1 x User Manual
\r\n3. 1 x Type - C to Type-C Fast Charging Cable
\r\n\r\n
Product Details
\r\nl - **Brand**: MichPro
\r\nl - **Model**: MP420C
\r\nl - **Power**: 33W
\r\nl - **Chip Technology**: Exclusive iFast Chip
\r\nl - **Charging Speed**: Charge up to 65% in 30 minutes
\r\nl - **Safety Protection**: Auto - cut - off, Anti - overcharging
\r\nl - **Heat Dissipation Performance**: No overheating during charging
\r\nl - **Portability**: Compact and lightweight, easy to carry
\r\nl - **Data Cable**:Type - C to Type-C, novel design
\r\nl - **Standards**: US, EU, UK standards
\r\nl - **Origin**: Hong Kong
\r\n\r\n
Don't hesitate any longer! Get the MichPro MP420L Super Fast Charger now and keep your device fully charged at all times!
" specifications: '{"Model:":"Mp-420C","Power:":"33W","Cable":"C-C"}' colors: null price: '15000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '4000.00' shipping_fee: '1500.00' quantity: 100 created_at: '2025-04-19T17:48:13.000000Z' updated_at: '2025-05-01T10:09:30.000000Z' category: id: 15 name: 'Charger & Cable' image: 'https://mp-api.michpro.store/categories/fW0fuznPGkFKHDSqea8aBbiURtSn3jzKZ4O1iuu7.jpg' description: 'Fast charging' slug: charger-cable created_at: '2024-11-24T16:21:24.000000Z' updated_at: '2025-03-19T15:58:20.000000Z' - id: 130 category_id: 15 name: 'Wow! 33W Super Fast Charging, Instantly Revive Your Phone!' slug: wow-33w-super-fast-charging-instantly-revive-your-phone images: - 'https://mp-api.michpro.store/products/0c5a582af94de9cfc49452fd552386be_1745083665.jpg' - 'https://mp-api.michpro.store/products/5666f0c570e84e8e28688c178e8ac302_1745083665.jpg' - 'https://mp-api.michpro.store/products/8fa5026e5e4173590e3103b087198853_1745083665.jpg' - 'https://mp-api.michpro.store/products/8c4101a8cb555b0670a8ded4b5ba4a7b_1745083665.jpg' - 'https://mp-api.michpro.store/products/c105fa3df4365f23573e7f03566abdc1_1745083665.jpg' - 'https://mp-api.michpro.store/products/dfd3fc2ed531e774475adf97be7162ea_1745083665.jpg' - 'https://mp-api.michpro.store/products/7757e2692c5dd500d928b6d6875e1138_1745083665.jpg' - 'https://mp-api.michpro.store/products/450821902bc1100c05203a6d230b52c2_1745083665.jpg' description: "Wow! 33W Super Fast Charging, Instantly Revive Your Phone!
\r\nIn this era where every second counts, a dying phone battery can be a real headache. Fear not, for the MichPro MP420L Super Fast Charger is here to deliver a lightning - fast charging experience for your devices, allowing you to bid farewell to long waiting times!
\r\n\r\n
33W Real Power, No False Claims
\r\nMany chargers boast large power ratings on their packaging but fail to deliver in reality. However, the MichPro MP420L is different. It packs a genuine 33W high - power output. We've always adhered to the principle of integrity and never engage in false advertising. Every charge will let you feel the strong power output, giving you a full sense of security.
\r\n\r\n
Charge Up to 65% in 30 Minutes, Astonishing Speed
\r\nTime is precious and can't be wasted. The MichPro MP420L Super Fast Charger understands this well. In just 30 minutes, it can charge your phone up to 65% of its battery capacity. Whether you're in a hurry to leave in the morning or taking a short break during work, the rapid charging gets you back in action quickly, so you won't miss any important moments.
\r\n\r\n
Exclusive iFast Chip, Safe and Smart
\r\nThe self - developed exclusive iFast chip technology by MichPro is the core highlight of this charger. It enables the charging process to maintain full speed while effectively controlling the temperature, preventing the charger from overheating. Moreover, once your device is fully charged, the charger will automatically cut off the power to avoid over - charging and protect your device's battery. It offers all - around safety for your device.
\r\n\r\n
Novel Data Cable, More Stable Charging
\r\nThe package comes with an Apple PD Type - C to iPhone data cable. It not only has a novel and stylish design but also ensures a stable current transmission, making the charging process smoother. With it, you don't have to worry about poor contact or slow charging.
\r\n\r\n
Compact and Portable, Charge Anytime, Anywhere
\r\nIt's small in size and light in weight, making it easy for you to carry it anywhere. Whether you're on a business trip, commuting to work, or out for a trip, just pop it into your bag or pocket, and you can recharge your device at any time, keeping you connected all the time.
\r\n\r\n
Package Contents
\r\n1. 1 x Super Fast Charger
\r\n2. 1 x User Manual
\r\n3. 1 x Apple PD Type - C to iPhone Fast Charging Cable
\r\n\r\n
Product Details
\r\nl - **Brand**: MichPro
\r\nl - **Model**: MP420L
\r\nl - **Power**: 33W
\r\nl - **Chip Technology**: Exclusive iFast Chip
\r\nl - **Charging Speed**: Charge up to 65% in 30 minutes
\r\nl - **Safety Protection**: Auto - cut - off, Anti - overcharging
\r\nl - **Heat Dissipation Performance**: No overheating during charging
\r\nl - **Portability**: Compact and lightweight, easy to carry
\r\nl - **Data Cable**: Apple PD Type - C to iPhone, novel design
\r\nl - **Standards**: US, EU, UK standards
\r\nl - **Origin**: Hong Kong
\r\n\r\n
Don't hesitate any longer! Get the MichPro MP420L Super Fast Charger now and keep your device fully charged at all times!
" specifications: '{"Model":"MP-420L","Power":"33W","Cable":"Iphone"}' colors: null price: '16000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '1000.00' shipping_fee: '1500.00' quantity: 100 created_at: '2025-04-19T17:27:45.000000Z' updated_at: '2025-04-19T17:29:04.000000Z' category: id: 15 name: 'Charger & Cable' image: 'https://mp-api.michpro.store/categories/fW0fuznPGkFKHDSqea8aBbiURtSn3jzKZ4O1iuu7.jpg' description: 'Fast charging' slug: charger-cable created_at: '2024-11-24T16:21:24.000000Z' updated_at: '2025-03-19T15:58:20.000000Z' - id: 129 category_id: 16 name: 'Unleash Your Audio Experience with MichPro Earbuds In - Ear' slug: unleash-your-audio-experience-with-michpro-earbuds-in-ear images: - 'https://mp-api.michpro.store/products/a0fda0fc753b0b3a9695cb4c001aaa03_1745080832.jpg' - 'https://mp-api.michpro.store/products/b1515cee8e905f2efdadc731a90c8454_1745080832.jpg' - 'https://mp-api.michpro.store/products/1fc3c811a362cad32f5ceb33a002d845_1745080832.jpg' - 'https://mp-api.michpro.store/products/4201589388d2a56cbb0b6fabcdf5f996_1745080832.jpg' - 'https://mp-api.michpro.store/products/a22874abc3e339102ea41f7ed3eba962_1745080832.jpg' - 'https://mp-api.michpro.store/products/886221001d683c169680d0706977d1a7_1745080832.jpg' - 'https://mp-api.michpro.store/products/d7b41e681101b5d4088618e80dc198c9_1745080832.jpg' - 'https://mp-api.michpro.store/products/ac202222dc16fec518379964b3886eec_1745080832.jpg' description: "Are you tired of being disturbed by surrounding noise when you're on a call or enjoying your favorite tunes? Look no further! The MichPro MP - 001 in - ear earbuds with a battery case are here to revolutionize your audio world.
\r\n\r\n
With multiple noise - cancellation modes, the deep - level noise cancellation feature ensures crystal - clear conversations even in the noisiest environments. Say goodbye to background distractions and focus on what matters most.
\r\nThe in - ear design not only prevents the earbuds from falling out but also provides a comfortable wearing experience. You can wear them for hours without any discomfort.
\r\nEquipped with speakers specially customized for afobeat music, these earbuds deliver outstanding melodies, rich bass, and Hi - Fi sound. It's like being right in the middle of a live concert.
\r\nThe Bluetooth 5.3 technology offers a stable and fast connection, allowing you to enjoy seamless audio streaming.
\r\nWith an IPX7 rating, these earbuds can withstand daily splashes and sweat, making them perfect for workouts and outdoor activities.
\r\nThanks to MichPro's exclusive iFast technology, you'll never have to worry about running out of power. Just charge them up quickly and get back to your audio enjoyment.
\r\nThe sleek and modern design, full of a sense of technology, is not only visually appealing but also easy to carry around.
\r\n\r\n
Package includes:
\r\nMICH PRO MP - 702 Charger: Empowered by Technology, Enjoy Rapid Charging
\r\nIn Nigeria, a land full of vitality and opportunities, the fast - paced life has made people increasingly dependent on their mobile phones. However, low battery often becomes a hassle that hinders our progress. The MP - 702 charger from MICH PRO brand is like a timely bolt of lightning, injecting continuous power into your life.
\r\n\r\n
● Real - Marked Power, a Choice of Integrity
\r\nThe MP - 702 charger boasts a powerful 35W output. In today's market where false capacity marking is all too common, MICH PRO always adheres to the bottom line of integrity. We promise that the marked 35W power is real and genuine without any exaggeration. You no longer have to worry about false power marking. Every time you charge, you can feel the real and efficient energy transfer and enjoy a stable fast - charging experience.
\r\n\r\n
● High - Quality Data Cable, Efficient Compatibility
\r\nThe package comes with a high - quality data cable that is specially designed for 35W power transmission. It can easily handle the stable delivery of high - current. The unique design of the Type - C to iPhone Lighting interface is perfectly compatible with Apple devices. Whether it's the latest or older models of the iPhone series, it can be seamlessly connected. This means you no longer have to worry about finding a suitable data cable. You can charge your Apple phone quickly anytime, anywhere, keeping your device fully charged at all times.
\r\n\r\n
● PD Super Fast Charging, Ultra - Fast Experience
\r\nThe PD super fast - charging port on the charger is like an energy accelerator. Paired with our exclusive data cable, the charging speed is amazing. It only takes 30 minutes to charge your phone to 35%. Compared with ordinary chargers on the market, the charging speed of the MP - 702 charger is three times faster! Imagine that in the time it takes you to enjoy a cup of coffee, your phone's battery has already increased significantly. You no longer have to worry about missing important calls, messages, and wonderful moments.
\r\n\r\n
● Exclusive iFast Chip, Intelligent Protection
\r\nThe exclusive iFast chip technology independently developed by MichPro endows the MP - 702 charger with dual guarantees of intelligence and safety. During the charging process, the chip can monitor parameters such as current, voltage, and temperature in real - time to ensure a stable and safe charging process. It's like a considerate guardian, keeping the charger cool during operation. Even after long - term charging, it won't get hot, effectively avoiding damage to the phone and the charger caused by overheating. Moreover, when the phone is fully charged, the charger will automatically stop charging to prevent irreversible damage to the battery due to over - charging. In addition, the chip also has multiple protection mechanisms such as over - current protection and short - circuit protection, safeguarding the safety of your device in all aspects.
\r\n\r\n
● Portable Design, Go Anywhere
\r\nConsidering the rich and varied travel life of people in Nigeria, the MP - 702 charger adopts a user - friendly portable design. Its three prongs can be easily folded. After folding, the charger is small in size and takes up little space. It can fit easily into a briefcase, backpack, or even a pocket. You can carry it with you wherever you go, whether on a business trip, a journey, an outdoor activity, or your daily commute. You can charge your phone anytime, anywhere, without being restricted by battery power.
\r\n\r\n
Package Contents
\r\n1 x MP - 702 charger
\r\n1 x Type - C to iPhone Lighting data cable
\r\n1 x User manual
\r\n\r\n
\r\n
Parameters and Features
\r\n● - Power: 35W
\r\n● - Interface Type: PD Super Fast Charging Port, Type - C to iPhone Lighting
\r\n● - Chip Technology: Exclusive iFast Chip
\r\n● - Protection Mechanisms: Multiple Protections (Over - Temperature Protection, Over - Charging Protection, Over - Current Protection, Short - Circuit Protection)
\r\n● - Portable Design: Foldable Three Prongs
\r\nUnleash Unlimited Power with the MichPro MP - 081W (POWER TANK) Power Bank!
\r\nIn today's fast - paced life, electronic devices are our constant companions. From smartphones to headphones, tablets to various digital gadgets, they handle our socializing, entertainment, and work. However, running out of battery often fills us with anxiety. Fear not! The MichPro MP - 081W (POWER TANK) power bank brings you an unprecedented charging experience, keeping your devices fully energized at all times!
\r\n\r\n
Massive Capacity, Long - lasting Power
\r\nWith an enormous capacity of 80000mAh, it's like a mobile energy fortress, providing continuous power for your devices. It can charge an iPhone X up to 16 times, easily meeting your multi - day usage needs and eliminating your worries about low battery.
\r\n\r\n
Six - device Simultaneous Fast Charging, Highly Efficient
\r\nThis amazing power bank can charge 6 devices simultaneously at high - speed. Whether it's your phone, headphones, tablet, or other digital products, they can all enjoy the convenience of fast charging at the same time, truly achieving a significant leap in charging efficiency.
\r\n\r\n
Super - fast Charging, Time - saving
\r\nEquipped with QC22.5W and PD20W fast - charging technologies, it can reach 65% charge in just 30 minutes, three times faster than other chargers. In a short break, your devices can quickly regain full power, ensuring you never miss any important moments.
\r\n\r\n
Abundant Ports, Meeting Diverse Needs
\r\nIt comes with 3 charging ports for the power bank itself and 6 ports for digital products. This rich port design is compatible with various types of devices, so you'll never have to worry about not finding a suitable charging port.
\r\n\r\n
Digital Intelligent Display, Clear Power Indication
\r\nIt features a digital intelligent display that accurately tells you the remaining power of the power bank. Moreover, when your phone is in fast - charging mode, it's clearly shown on the display, giving you full control of the charging situation.
\r\n\r\n
Extended Fast - Charging Cable, More Charging Freedom
\r\nA 500m extended fast - charging cable is included. When used in combination with the data cable provided by Michpro, they work together to make the charging faster and give you more freedom of movement during charging.
\r\n\r\n
LED Energy - saving Strong Light, Illuminating Life
\r\nNot only is it a great charging device, but it also comes with an LED energy - saving strong light. When you're on your way home at night or there's a sudden power outage at home, turn on the LED light, and the bright light will instantly dispel the darkness, freeing you from the trouble of darkness.
\r\n\r\n
Exclusive Patented Circuit Board, Safe and Reliable
\r\nUsing the iFAST exclusive patented circuit board, it provides multiple protections for the power bank. It ensures fast charging without overheating, fully safeguarding your charging safety.
\r\n\r\n
Product Specifications and Features
\r\nPackage Contents
\r\n- 1 x Power bank
\r\n- 1 x User manual
\r\n- 1 x Type - C fast - charging cable
\r\nMichPro MP - 052W (POWER PACK) 50000mAh Power Bank: The King of Battery Capacity, A Must - Have for Your Journeys!
\r\nMichPro, a well - known brand in the industry, has always been renowned for its excellent quality and innovative technology. The MP - 052W (POWER PACK) power bank is a perfect manifestation of the brand's strength, providing safe, stable, and efficient power support for your digital devices.
\r\n\r\n
With an astonishing capacity of 50,000mAh, it's like a small power station that can supply power for you at any time. Whether you're on a long - term business trip, an outdoor adventure, or just commuting daily, it can provide sufficient power for your mobile phones, headphones, tablets, and other devices. Say goodbye to battery anxiety and fully enjoy the convenience brought by technology.
\r\n\r\n
This power bank is truly a \"superhero\" in the charging world! It has a powerful charging ability and can charge up to 5 devices simultaneously and quickly. Whether it's a smartphone, wireless earbuds, tablet, or other digital products, they can all replenish energy at the same time under its care. Imagine that you no longer have to frequently plug and unplug different devices for charging, saving you a great deal of time and energy.
\r\n\r\n
Equipped with advanced 22.5W fast - charging technology, it can charge your device to 50% in just 30 minutes. Compared with ordinary power bank, its charging speed is three times faster! While others are still waiting for their devices to be fully charged, you can quickly get back to work or entertainment. The efficient fast - charging ability makes your life rhythm smoother.
\r\n\r\n
The MP - 052W is equipped with three ports for charging the power bank itself and five ports for charging digital products. Among them, there are three 22.5W USB charging ports and two 22.5W PD charging ports. This rich port design fully considers the charging needs of different devices. No matter what type of digital device it is, it can find a suitable charging position here, enabling true simultaneous and fast charging of multiple devices.
\r\nThe power bank is equipped with an LED intelligent digital display, just like a considerate butler that allows you to accurately know the power usage of the power bank. No matter where you are and at what time, you can clearly understand the remaining battery capacity and plan your charging in advance, avoiding the embarrassing situation of running out of power at a critical moment.
\r\n\r\n
A PD super fast - charging cable is included with the product. When you use the data cable provided by Michpro, the \"FAST\" fast - charging symbol will appear on the power bank screen, indicating that super fast - charging is in progress. Paired with the MP - 052W power bank, you'll enjoy an unprecedented and genuine super fast - charging experience, making charging more relaxed and enjoyable.
\r\n\r\n
In addition to its powerful charging function, the MP - 052W also features an LED energy - saving strong light. On your way home at night, it's like a considerate little lantern, lighting up your path; when there's a sudden power outage at home, turn on its LED light, and the room will be instantly filled with light, so that darkness will no longer be a problem for you.
\r\n\r\n
Using the iFAST exclusive patented circuit board, it provides multiple protections for your power bank. It not only enables the power bank to charge quickly but also effectively avoids the problem of overheating during charging, providing all - round charging protection for your devices. You don't have to worry about safety hazards during use and can rest assured to enjoy the convenience brought by technology.
\r\n\r\n
The power bank comes with a lanyard. This thoughtful design makes it even more convenient to carry. You can hang it on your bag and take it away easily. Whether you're traveling or going to work, it can be your inseparable companion.
\r\n\r\n
If you're looking for a power bank with large capacity, high performance, and reliability, then the MichPro MP - 052W (POWER PACK) is definitely your best choice. Buy it now and let it become a powerful assistant in your digital life!
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
MichPro Mp - 032W(POWER MAJOR) Power Bank: The Powerhouse in Charging, a Must - Have for Your Journeys
\r\nIn an era where electronic devices are our constant companions, an excellent power bank is like a reassuring pill, relieving us from the anxiety of running out of battery in our daily lives and work. The Mp - 032W(POWER MAJOR) power bank, meticulously crafted by the MichPro brand, stands out as a leader in the market with its outstanding performance and user - friendly design.
\r\n\r\n
True High Capacity, Endless Battery Life
\r\nThe Mp - 032W(POWER MAJOR) comes with a genuine 30000mAh high capacity, free from any false claims. This means it can offer a continuous and stable power supply to all your electronic devices. What's even more remarkable is that it provides a charging time of over 70 hours. Whether you're embarking on a spontaneous long - distance trip, engaged in a busy business journey, or enjoying an exciting outdoor adventure, you no longer have to worry about your devices running out of power. Mobile phones, tablets, and other digital products can stay fully charged under its strong protection, allowing you to enjoy using them without any concerns.
\r\n\r\n
Ultra - Fast Charging Technology, High - efficiency Charging Experience
\r\nThis power bank is equipped with 22.5W and QC4.0 fast - charging technologies, charging your devices at a breakneck speed. It has two ports dedicated to charging itself, enabling it to replenish its energy rapidly. There are also three ports for charging digital products: one 20 - watt USB port, one 18 - watt USB port, and one 22.5 - watt PD port. With these powerful ports, you can charge three devices simultaneously and quickly, saving you a great deal of precious time. Imagine that during a short break, it can bring your devices back to life in no time, allowing you to stay productive without long - term waiting.
\r\n\r\n
Intelligent Power Display, Clear at a Glance
\r\nThe Mp - 032W(POWER MAJOR) is fitted with an LED intelligent digital display that can accurately show the power usage of the power bank. You can always keep track of the remaining power and plan your charging arrangements accordingly. Whether it's in broad daylight or the dim of night, the display can clearly present the power information, making you fully aware of the power bank's status. You'll never have to worry about the embarrassing situation of sudden power - off at critical moments, providing you with great convenience.
\r\n\r\n
Energy - saving Strong Light, Eye - friendly for Emergency Use
\r\nIt's not just an ordinary power bank; it's also a practical emergency lighting device. Its LED energy - saving strong light emits a soft and bright light that won't harm your eyes even at night. Even children won't feel uncomfortable when using it. When you encounter an unexpected dark environment outdoors or a power outage at home, just press the switch, and it will instantly light up your way forward, bringing you a strong sense of security and becoming your reliable partner in the dark.
\r\n\r\n
Super Fast - charging Data Cable, Longer and More Convenient
\r\nWe've carefully equipped the Mp - 032W(POWER MAJOR) with a super fast - charging data cable that supports a maximum of 60 watts. The length of this data cable is three times that of ordinary power bank data cables, but the price remains the same. With it, you can move your devices more freely during charging without worrying about the short cable affecting the charging process. Imagine that you can lie comfortably in bed, on the sofa, or move around freely in the office while your device is charging stably. When paired with the Mp - 032W(POWER MAJOR) power bank, you'll enjoy an unprecedented true super - fast charging experience, making charging easy and enjoyable.
\r\n\r\n
Exclusive Patented Circuit Board, Multiple Safety Guarantees
\r\nThe Mp - 032W(POWER MAJOR) uses the iFAST exclusive patented circuit board with multiple protection functions. During the charging process, it acts like a loyal guardian, ensuring that the power bank charges quickly without overheating and effectively protecting the power bank and the connected devices. You can use it with complete peace of mind, without worrying about safety issues such as overheating, over - charging, and over - discharging. Whether in daily use or in special environments, it can provide reliable safety guarantees for your charging process, leaving you free from any worries.
\r\n\r\n
Choosing the MichPro Mp - 032W(POWER MAJOR) power bank means choosing an efficient, safe, and convenient charging experience. It will become the best partner for your electronic devices, accompanying you through every wonderful moment and making your life and work run more smoothly.
\r\nIn today's fast - paced era, electronic devices have become an indispensable part of our lives. The MP - 031W power bank launched by the MichPro brand is carefully designed to meet your need to charge your devices anytime, anywhere.
\r\n\r\n
The MP - 031W boasts a full 30000mAh capacity without any false markings. This means you don't have to worry about running out of power, as it can provide long - lasting and stable power support for your devices. Whether it's your phone, tablet, or other digital gadgets, they can all get sufficient power supply.
\r\n\r\n
This power bank has a total fast - charging capacity of 60.5 watts, significantly increasing the charging speed. It is equipped with two ports for charging the power bank itself, ensuring higher charging efficiency. Moreover, it has three ports for charging digital products: one 20 - watt USB charging port, one 18 - watt USB charging port, and one 22.5 - watt PD charging port. This allows you to charge three devices simultaneously and quickly, saving you a great deal of time.
\r\n\r\n
The power bank comes with an LED intelligent digital display that can accurately show the power usage. You can always know the remaining power of the power bank and arrange your charging plan reasonably, avoiding the embarrassment of running out of power at critical moments.
\r\n\r\n
In addition to being a power bank, the MP - 031W also features an LED energy - saving strong light function. In a dark environment, it can transform into an emergency lighting device, providing you with the necessary illumination. Whether you're camping outdoors, dealing with a power outage, or traveling at night, it will bring you great convenience.
\r\n\r\n
The power bank is equipped with a leather hanging cord, making it easy for you to hold and carry. It is compact in size and can be easily put into your pocket or bag without adding any burden to your travel. Moreover, it meets aviation safety standards and can be taken on the plane, making it an ideal companion for your business trips and daily life.
\r\n\r\n
The MichPro MP - 031W uses a patented circuit board and Japanese - made battery cells, and has eight - fold protection functions. This not only ensures that the power bank doesn't overheat during the charging process but also effectively protects the safety of your devices and the power bank itself. You can use it with confidence without worrying about safety issues.
\r\n\r\n
This power bank can be used for up to 78 hours at maximum and can charge an iPhone 8 approximately 11 times. Such a long - lasting battery life allows your devices to stay fully charged even during long - term outings.
\r\n\r\n
We have equipped the MP - 031W with a high - quality charging cable, which is longer than those of other power banks on the market. This makes your charging process more convenient, eliminating the worry of a short cable affecting your charging.
\r\n\r\n
Choosing the MichPro MP - 031W power bank means choosing reliable power support and a convenient lifestyle. Act now and let it become your right - hand assistant in life!
\r\nHave you ever been extremely anxious when your phone battery was running out during an outing? Or have you ever been troubled by not finding a suitable charging device when multiple devices needed to be charged? Stop worrying! The MP - 022W (POWER MATE) power bank, meticulously crafted by the MichPro brand, is the perfect solution to your charging problems!
\r\nThis power bank features an enormous capacity of 20000mAh, acting like a small power station that can provide a continuous power supply for your devices such as mobile phones, earphones, and tablets. With it, you can travel with peace of mind.
\r\nHere are its outstanding features:
With a powerful output of 22.5W, it can boost your phone's battery to 65% in just thirty minutes. This means that in the time it takes you to enjoy a cup of coffee or have a breakfast, your phone can quickly regain its vitality and stay connected at all times.
\r\nTo meet your need for charging multiple devices simultaneously, the MP - 022W (POWER MATE) is equipped with 3 output charging ports. Whether it's your phone, earphones, or tablet, you can start charging them all at once, greatly saving your charging time and eliminating the need to charge devices one by one.
\r\nIt comes with a 500mm MichPro PD fast - charging data cable. The TYPE - C to TYPE - C design not only makes the connection convenient but also ensures an efficient and stable charging process, allowing for smooth power transmission.
\r\nThe exclusive patented chip technology iFast of MichPro is the core advantage of this power bank. It enables a much faster charging speed than other 22.5W power banks on the market while ensuring the stability of the charging process. Moreover, it upgrades QC to 4.0 & PD3.0, providing a safer and smarter charging experience for your devices.
\r\nIn addition to its powerful charging function, the MP - 022W (POWER MATE) also takes various needs into account. It is equipped with a super - bright LED light, which can illuminate your way at night or in case of an emergency.
\r\nThe battery indicator allows you to keep track of the remaining battery of the power bank at any time, so you can always be prepared and avoid any unexpected power - outs.
\r\nIt meets the aviation safety standards and can be taken on the plane. This is undoubtedly a thoughtful guarantee for those who often travel on business or for leisure, allowing you to charge your devices at any time during your journey.
\r\nChoosing the MichPro MP - 022W (POWER MATE) means choosing an efficient, convenient, and safe charging experience. Don't hesitate any longer! Add it to your collection now and let it become your reliable assistant in life and work!
" specifications: '{"Model:":"022W","Capacity:":"20000mAh","Super Fast Charging":"Bright LED"}' colors: null price: '41000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '3000.00' shipping_fee: '1500.00' quantity: 500 created_at: '2025-04-16T08:44:28.000000Z' updated_at: '2025-04-16T16:31:30.000000Z' category: id: 14 name: 'Power Bank' image: 'https://mp-api.michpro.store/categories/ENBhPQai6zo44STu7OtRICltbF4IGPsM1I0RucB3.jpg' description: 'High-end mobile power bank' slug: power-bank created_at: '2024-11-21T07:41:20.000000Z' updated_at: '2024-12-14T16:57:22.000000Z' - id: 122 category_id: 14 name: 'MP - 021W: 20000mAh Power Bank with 18W Fast Charge for Instant Device Boost!' slug: mp-021w-20000mah-power-bank-with-18w-fast-charge-for-instant-device-boost images: - 'https://mp-api.michpro.store/products/25fa8550685c2220bf5875bf926f2b9f_1744790517.jpg' - 'https://mp-api.michpro.store/products/557ee8ead85fad203dd7aff72e7de060_1744790517.jpg' - 'https://mp-api.michpro.store/products/109bf5db769febc550b7fb55cb618cc4_1744790517.jpg' - 'https://mp-api.michpro.store/products/6eb5f05b91a5be74b65bf698322f521b_1744790517.jpg' - 'https://mp-api.michpro.store/products/47994f286ad70a57a842e35b2cb6b8eb_1744790517.jpg' - 'https://mp-api.michpro.store/products/144e64a30b7aa82c4656c1684b7fc8f7_1744790517.jpg' - 'https://mp-api.michpro.store/products/083f117269022ff0e7aa20f7efd93cbe_1744790517.jpg' description: "Are you constantly on the move, relying heavily on your electronic devices? Fret no more! The MichPro MP - 021W is here to be your ultimate power solution, ensuring you stay connected whenever and wherever you are.
\r\n A Trusted Brand: MichPro
MichPro has established itself as a leading name in the power - supply industry. With a reputation for innovation and top - notch quality, we're committed to delivering products that exceed your expectations. When you choose the MP - 021W, you're choosing a product backed by years of expertise and a dedication to excellence.
Robust Capacity: 20000mAh for Endless Energy
The MP - 021W comes with a substantial 20000mAh capacity. Unlike some power banks in the market that make false claims, our power bank guarantees a full 20000mAh. This ample capacity can charge an iPhone 8 approximately eight times, giving you up to 78 hours of continuous use. Whether you're out on a long - day hike, a business trip, or a weekend getaway, this power bank has got your back.
Lightning - Fast 18W Charging
Say goodbye to long charging times! The MP - 021W features 18W fast - charging technology. This means your devices, such as smartphones and tablets, can go from zero to a significant charge in a fraction of the time. You'll be back to using your devices and staying productive in no time, even when your battery is running low.
Simultaneous Dual - Device Charging
In today's digital age, we often have multiple devices that need charging. The MP - 021W addresses this need by allowing you to charge two devices at the same time. It comes with two charging ports: a 2.4A port for standard charging and an 18W port for high - speed charging. This dual - port design is incredibly convenient, saving you time and eliminating the hassle of waiting for one device to charge before starting on another.
Transparent Power Monitoring with LED Indicator
The built - in LED battery indicator is a game - changing feature. It provides real - time information about the remaining power in the power bank. You'll always know exactly how much juice is left, allowing you to plan your charging sessions in advance. No more unpleasant surprises of a dead power bank when you need it the most.
Premium Components for Safe and Cool Charging
The MP - 021W is equipped with MichPro's patented circuit board and Japanese - made battery cells. These high - quality components work together to ensure a stable and efficient charging process. The patented circuit board optimizes the power flow, while the Japanese - made cells offer excellent performance and durability. Moreover, they prevent the power bank from overheating, even during long - term use. The advanced charging protection system also safeguards your devices from over - charging, over - discharging, and short - circuits, providing you with a worry - free charging experience.
Ultra - Portable and Travel - Ready
Designed with mobility in mind, the MP - 021W is extremely portable. Its compact size allows it to fit easily into your pocket or bag, making it a perfect companion for your daily activities. And here's the cherry on top: it's airline - approved. You can take it with you on your flights, ensuring you have power during your journey. Whether you're traveling for business or leisure, this power bank will keep your devices powered up throughout your trip.
High - Quality, Extended Charging Cable
We've included a high - quality charging cable with the MP - 021W. This cable is longer than the ones typically provided with other power banks in the market. The extra length gives you the freedom to charge your devices from a comfortable distance. You can relax on the couch, lie in bed, or work at your desk without being restricted by a short cable. It's all about enhancing your charging convenience.
In conclusion, the MichPro MP - 021W is a versatile, reliable, and high - performance power bank that meets all your charging needs. Don't miss out on this essential gadget for your modern lifestyle. Order yours today and experience the difference!
" specifications: '{"Model:":"021W","Capacity:":"20000mAh","Power:":"15W","Fast Charging ":"Dual Output","Protable":"Airline Approved"}' colors: null price: '38000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '0.00' shipping_fee: '1500.00' quantity: 500 created_at: '2025-04-16T08:01:57.000000Z' updated_at: '2025-04-16T08:01:57.000000Z' category: id: 14 name: 'Power Bank' image: 'https://mp-api.michpro.store/categories/ENBhPQai6zo44STu7OtRICltbF4IGPsM1I0RucB3.jpg' description: 'High-end mobile power bank' slug: power-bank created_at: '2024-11-21T07:41:20.000000Z' updated_at: '2024-12-14T16:57:22.000000Z' - id: 121 category_id: 10 name: 'BL-5C TurboUniversal Battery' slug: bl-5c-turbouniversal-battery images: - 'https://mp-api.michpro.store/products/ec864e50b596faace06c7cce0f290af1_1744704848.png' description: "Introducing the Revolutionary MichPro BL - 5c Battery!
\r\nHey Guys , look at this amazing MichPro BL - 5C battery in the picture!
\r\nA game - changer in the world of mobile power solutions.
\r\n1. High - Capacity at an Affordable Price Our BL - 5c battery boasts an impressive 1300mAh capacity. This means longer usage time for your mobile devices. Despite its high capacity
\r\n\r\n\r\n" specifications: '{"Model ":"BL-5C Turbo","Capacity":"1300mAh"}' colors: null price: '2500.00' featured: 0 top_seller: 0 rating: '0.0' discount: '0.00' shipping_fee: '0.00' quantity: 5000 created_at: '2025-04-15T08:14:08.000000Z' updated_at: '2025-04-15T08:16:29.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 120 category_id: 10 name: 'MichPro 5C ENG' slug: michpro-5c-eng images: - 'https://mp-api.michpro.store/products/c6866b183ed04643ad4528bde7e799d4_1736290143.jpg' - 'https://mp-api.michpro.store/products/9fc54699b73e1855a48b11dbac667a1b_1736290143.jpg' - 'https://mp-api.michpro.store/products/46c3c0321ed5b36db89d0a0c9e6debad_1736290143.jpg' - 'https://mp-api.michpro.store/products/feb38b79fc8c571281d0130ab530bf7c_1736290143.jpg' - 'https://mp-api.michpro.store/products/f63560e948c120f6599e9b13972a172a_1736290143.jpg' description: 'MichPro 5C ENG' specifications: '{"Model":"5C ENG","Capacity":"1020mAh"}' colors: null price: '8000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '0.00' shipping_fee: '0.00' quantity: 5000 created_at: '2025-01-07T22:49:03.000000Z' updated_at: '2025-01-07T22:49:03.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 119 category_id: 10 name: 'MichPro BL-11GI' slug: michpro-bl-11gi images: - 'https://mp-api.michpro.store/products/73d5e0b10f4cd1b840b0baf80138969a_1735197160.png' description: 'MichPro BL-11GI' specifications: '{"Model":"BL-11GI","Capacity":"2400mAh"}' colors: null price: '8000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '0.00' shipping_fee: '0.00' quantity: 5000 created_at: '2024-12-26T07:12:40.000000Z' updated_at: '2024-12-26T07:12:40.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 118 category_id: 10 name: 'MichPro BL_4UL' slug: michpro-bl-4ul images: - 'https://mp-api.michpro.store/products/0770015c07759a6160cef404659526c8_1734601461.png' description: 'MichPro BL_4UL' specifications: '{"Model":"BL_4UL","capacity":"2400mAh"}' colors: null price: '4000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '0.00' shipping_fee: '0.00' quantity: 5000 created_at: '2024-12-19T09:44:21.000000Z' updated_at: '2024-12-19T09:44:21.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 117 category_id: 10 name: 'Mich Pro BL-10BI' slug: mich-pro-bl-10bi images: - 'https://mp-api.michpro.store/products/dea238a4e57f7b90da002a6136569238_1734594325.png' description: 'Mich Pro BL-10BI' specifications: '{"Model ":"Mich Pro BL-10BI","Capacity":"2400mAh"}' colors: null price: '6000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '0.00' shipping_fee: '0.00' quantity: 500 created_at: '2024-12-19T07:45:25.000000Z' updated_at: '2024-12-19T07:45:25.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 116 category_id: 10 name: 'MichPro NOTE 4 / BN910BBK' slug: mich-pro-note-4-bn910bbk images: - 'https://mp-api.michpro.store/products/a78d51d704e5359bb393dcff73caf8ce_1732920970.png' description: 'MichPro NOTE 4/ BN910BBK' specifications: '{"Model":"NOTE 4/ BN910BBK","Capacity":"2500mAh"}' colors: null price: '40000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '0.00' shipping_fee: '0.00' quantity: 2000 created_at: '2024-11-29T22:56:10.000000Z' updated_at: '2024-12-03T21:48:29.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 115 category_id: 10 name: 'MichPro BL-10CT' slug: michpro-bl-10ct images: - 'https://mp-api.michpro.store/products/a43afa85c910554f1329cefc669c85c8_1732637080.jpg' description: 'MichPro Battery BL-10CT' specifications: '{"Model:":"BL-10CT","Capacity":"3000mAh"}' colors: null price: '5000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '350.00' shipping_fee: '0.00' quantity: 2000 created_at: '2024-11-26T16:04:40.000000Z' updated_at: '2024-11-26T16:04:40.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 114 category_id: 10 name: 'MichPro BL-20NT' slug: michpro-bl-20nt images: - 'https://mp-api.michpro.store/products/9b8d2420cfa09e520abc1f295d21c2f1_1738346551.jpg' description: 'MichPro BL-20NT' specifications: '{"Model:":"BL-20NT","Capacity:":"5400mAh"}' colors: null price: '3000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '450.00' shipping_fee: '0.00' quantity: 5000 created_at: '2024-11-26T15:43:59.000000Z' updated_at: '2025-01-31T18:02:31.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 113 category_id: 15 name: 'True Power, Dual Fast Charging, 6 Fold Protection with Night Light!MICHPRO Mp 201C Charger' slug: michpro-2usb-2-4a-fast-charging-usb-tc-data-cable-1m-black images: - 'https://mp-api.michpro.store/products/4e0c7c3f6a28e8c007f5b1b09619246c_1745132862.jpg' - 'https://mp-api.michpro.store/products/915ec7501a2666063881bf6280c74190_1745132862.jpg' - 'https://mp-api.michpro.store/products/e18b282c7281a5dceb7baedef56e2293_1745132862.jpg' - 'https://mp-api.michpro.store/products/f995214fda7e29cd441ad5096f0681de_1745132862.jpg' - 'https://mp-api.michpro.store/products/c70f9172727e3205fc849793858bd204_1745132862.jpg' - 'https://mp-api.michpro.store/products/993cad5302bba6658b075bb52b716a58_1745132862.jpg' - 'https://mp-api.michpro.store/products/47bb0612ec1787d3c0b93b9a6183b47a_1745132862.jpg' - 'https://mp-api.michpro.store/products/2beb219d4049c685fac9a79cec12a52e_1745132862.jpg' description: "MICHPRO Mp 201C Charger: True Power, Dual Fast Charging, 6 Fold Protection with Night Light!
\r\n\r\n
True Power, A Trustworthy Choice
\r\nIn the current market, many chargers have false power markings. The power stated on the packaging is far from the actual one. However, MICHPRO has always adhered to integrity. The power marked on the Mp 201C charger is the real power. What you see is what you get. You can buy it with complete peace of mind.
\r\n2.4A Dual USB Ports, Double Fast Charging
\r\nThe Mp 201C is equipped with two USB charging ports, both supporting 2.4A fast charging. Whether you want to charge your phone and tablet simultaneously or power up other devices, it can achieve fast charging efficiently, meeting your multi device charging needs.
\r\nBuilt in Night Light, Technological and Practical
\r\nThis charger is uniquely equipped with a night light, showing a sense of technology. At night when charging, it can serve as a night light, providing dim lighting for your night activities, preventing you from bumping in the dark and adding convenience to your life.
\r\nCharge Two Devices Simultaneously without Losing Speed
\r\nEven when connecting two different devices for charging at the same time, the Mp 201C can intelligently distribute the current to ensure that each device is charged at a speed of 2.4A. The charging efficiency remains unaffected, allowing your devices to quickly return to a full charged state.
\r\nHigh end Chip, 6 Fold Protection
\r\nIt uses a high end customized chip with 6 fold protection functions. It can intelligently recognize the device's needs and achieve precise charging. When the device is fully charged, it will automatically cut off the power to prevent over charging from damaging the battery, providing all round protection for your device.
\r\nHigh quality Materials, British Design
\r\nMade of high quality materials, it ensures the charger's durability and stability. It is carefully designed by a British designer, with a fashionable and unique appearance. It is not only a practical charging tool but also a home item that enhances the style.
\r\n\r\n
\r\n
Product Parameters
\r\n\r\n
Product Package Contents
\r\nWarranty
\r\nMIchPro 5C BLACK
' specifications: '{"Model":"5C BLACK","Capacity":"1500mAh"}' colors: null price: '3000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '2.00' shipping_fee: '0.00' quantity: 0 created_at: '2024-11-21T10:19:22.000000Z' updated_at: '2025-04-15T11:04:40.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 109 category_id: 14 name: 'MichPro 10000mAh Powerbank - Black' slug: michpro-10000mah-powerbank-black images: - 'https://mp-api.michpro.store/products/d2bc27203e9bb23fde5e0bcea3caed8d_1732176445.jpg' - 'https://mp-api.michpro.store/products/6d739b7651e335deb1a9dc6ebc5a3bd5_1732176445.jpg' - 'https://mp-api.michpro.store/products/d208a4850e516ca3dfb71a4dffb1969e_1732176445.jpg' - 'https://mp-api.michpro.store/products/3d1bda0e7d297c26526bef2c580923da_1732176445.jpg' description: "Description\r\nThe MichPro 10000mAh Powerbank in black is engineered for those who demand reliable power on the go. With a robust lithium polymer battery, it offers an impressive capacity of 10000mAh, ensuring your devices stay charged throughout the day. Featuring versatile charging options, the power bank includes Type-C, Micro, and USB-A ports, allowing you to charge multiple devices simultaneously. Its 15W charging capability delivers fast and efficient power, with outputs of up to 2.1A for USB-A ports. The compact and slim design makes it easy to carry, while the LED indicator keeps you informed of the battery level. Ideal for travel, this power bank is a perfect companion for anyone needing dependable power access anytime, anywhere.\r\n\r\nSpecification\r\nBattery Capacity: 10000mAh\r\nBattery Type: Lithium Polymer\r\nType-C Input: 5V/2.4A, 9V/2A, 12V/1.5A\r\nMicro Input: 5V/2A, 9V/2A, 12V/1.5A\r\nType-C Output: 5V/3A, 9V/2.22A, 12V/1.67A 15W Max\r\nUSB-A Output: 5V/3A, 9V/2A, 12V/1.5A 15W Max\r\n\r\nFeatures\r\nMicro Port\r\nUSB-A Port\r\nUSB-C Port\r\nCompact & Slim\r\nLED Indicator\r\nCharge Multiple Devices\r\n15W & 2.1A Charging" specifications: '{"Model":"011W","Capacity":"10000mAh","*":"Compact & Slim"}' colors: null price: '15000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '0.00' shipping_fee: '0.00' quantity: 1000 created_at: '2024-11-21T08:07:25.000000Z' updated_at: '2025-01-20T16:37:40.000000Z' category: id: 14 name: 'Power Bank' image: 'https://mp-api.michpro.store/categories/ENBhPQai6zo44STu7OtRICltbF4IGPsM1I0RucB3.jpg' description: 'High-end mobile power bank' slug: power-bank created_at: '2024-11-21T07:41:20.000000Z' updated_at: '2024-12-14T16:57:22.000000Z' - id: 108 category_id: 13 name: 'MichPro BL-30VX' slug: mich-pro-bl-30vx images: - 'https://mp-api.michpro.store/products/4d388b38d0921a1afda72473c82e33fc_1731739937.jpg' - 'https://mp-api.michpro.store/products/071bdf356deb3ed9b022b71004f0756f_1731739937.jpg' - 'https://mp-api.michpro.store/products/b14962653f3ca5745425f61324089ed3_1731739937.jpg' - 'https://mp-api.michpro.store/products/806e343f295b73c2c8ccdb876e8c5d35_1731739937.jpg' description: 'MichPro BL-30VX' specifications: '{"Capacity":"3250mAh","Model":"BL-30VX"}' colors: null price: '30000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '30.00' shipping_fee: '0.00' quantity: 5000 created_at: '2024-11-16T06:52:17.000000Z' updated_at: '2024-11-21T06:20:41.000000Z' category: id: 13 name: 'Built-in Phone Battery' image: 'https://mp-api.michpro.store/categories/NifRfsL3egxfmE7FF0RTpghP4SKAaIOhlyQuZzXR.jpg' description: 'Ultra-high capacity series, give you the longest time to enjoy standby, MichPro exclusive patented technology, longer battery life, temperature control.' slug: built-in-phone-battery created_at: '2024-11-21T06:19:46.000000Z' updated_at: '2024-11-21T06:19:46.000000Z' - id: 107 category_id: 13 name: 'MichPro BL-34BT' slug: mich-pro-bl-34bt images: - 'https://mp-api.michpro.store/products/86ad6d19c381ad2c98af2154ad277e2e_1731739731.jpg' - 'https://mp-api.michpro.store/products/16ea6312cd77f72645cc28a7acfe0f6a_1731739731.jpg' - 'https://mp-api.michpro.store/products/ab2f6e62fa966b13eef6f15f80994c70_1731739731.jpg' - 'https://mp-api.michpro.store/products/9acad249681023e9d741e76bcca32547_1731739731.jpg' description: 'Mich Pro BL-34BT' specifications: '{"Model ":"Mich Pro BL-34BT","Capacity":"4300mAh"}' colors: null price: '30000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '20.00' shipping_fee: '0.00' quantity: 5000 created_at: '2024-11-16T06:48:51.000000Z' updated_at: '2024-11-21T07:36:40.000000Z' category: id: 13 name: 'Built-in Phone Battery' image: 'https://mp-api.michpro.store/categories/NifRfsL3egxfmE7FF0RTpghP4SKAaIOhlyQuZzXR.jpg' description: 'Ultra-high capacity series, give you the longest time to enjoy standby, MichPro exclusive patented technology, longer battery life, temperature control.' slug: built-in-phone-battery created_at: '2024-11-21T06:19:46.000000Z' updated_at: '2024-11-21T06:19:46.000000Z' - id: 106 category_id: 13 name: 'MichPro BL-36BT' slug: mich-pro-bl-36bt images: - 'https://mp-api.michpro.store/products/2fe34bb9314a8f839aa59b20c79b44f6_1731739464.jpg' - 'https://mp-api.michpro.store/products/3db3153413409067c1a82f9469c6cc23_1731739464.jpg' - 'https://mp-api.michpro.store/products/b180010bf256f8d00acaa20c9bdefc75_1731739464.jpg' description: 'Mich Pro BL-36BT' specifications: '{"Model":"Mich Pro BL-36BT","Capacity":"4000mAh"}' colors: null price: '30000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '20.00' shipping_fee: '0.00' quantity: 5000 created_at: '2024-11-16T06:44:24.000000Z' updated_at: '2024-11-21T07:37:04.000000Z' category: id: 13 name: 'Built-in Phone Battery' image: 'https://mp-api.michpro.store/categories/NifRfsL3egxfmE7FF0RTpghP4SKAaIOhlyQuZzXR.jpg' description: 'Ultra-high capacity series, give you the longest time to enjoy standby, MichPro exclusive patented technology, longer battery life, temperature control.' slug: built-in-phone-battery created_at: '2024-11-21T06:19:46.000000Z' updated_at: '2024-11-21T06:19:46.000000Z' - id: 105 category_id: 13 name: 'MichPro BL-39KX/39EX' slug: mich-pro-bl-39kx-39ex images: - 'https://mp-api.michpro.store/products/68855244dd4b8bb9137d6610c9c46a80_1731739157.jpg' - 'https://mp-api.michpro.store/products/58f45d2e099fa37ed2900b6aaeeb3076_1731739157.jpg' - 'https://mp-api.michpro.store/products/d79a603d71330cf1636df5af7d57b25d_1731739157.jpg' - 'https://mp-api.michpro.store/products/bb0c615fb2bdd66e7ce681891bf64aef_1731739157.jpg' description: 'Mich Pro BL-39KX' specifications: '{"Model":"Mich Pro BL-39KX","Capacity":"4300mAh"}' colors: null price: '34000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '15.00' shipping_fee: '0.00' quantity: 5000 created_at: '2024-11-16T06:39:17.000000Z' updated_at: '2024-11-21T07:37:34.000000Z' category: id: 13 name: 'Built-in Phone Battery' image: 'https://mp-api.michpro.store/categories/NifRfsL3egxfmE7FF0RTpghP4SKAaIOhlyQuZzXR.jpg' description: 'Ultra-high capacity series, give you the longest time to enjoy standby, MichPro exclusive patented technology, longer battery life, temperature control.' slug: built-in-phone-battery created_at: '2024-11-21T06:19:46.000000Z' updated_at: '2024-11-21T06:19:46.000000Z' - id: 104 category_id: 13 name: 'MichPro BL-43BX' slug: mich-pro-bl-43bx images: - 'https://mp-api.michpro.store/products/5f22fcc6596a792b1a332472f471e350_1731738763.jpg' - 'https://mp-api.michpro.store/products/f599e558b90c27f7249cf7d8d930c3a8_1731738763.jpg' - 'https://mp-api.michpro.store/products/ffbab3aa744a53da46ffe3d532ee4af3_1731738763.jpg' - 'https://mp-api.michpro.store/products/01e9e144da7a38c9f209f0ab899fb7c3_1731738763.jpg' description: 'Mich Pro BL-43BX' specifications: '{"Model":"Mich Pro BL-43BX","Capacity":"4300mAh"}' colors: null price: '80000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '60.00' shipping_fee: '0.00' quantity: 5000 created_at: '2024-11-16T06:32:43.000000Z' updated_at: '2024-11-21T07:37:56.000000Z' category: id: 13 name: 'Built-in Phone Battery' image: 'https://mp-api.michpro.store/categories/NifRfsL3egxfmE7FF0RTpghP4SKAaIOhlyQuZzXR.jpg' description: 'Ultra-high capacity series, give you the longest time to enjoy standby, MichPro exclusive patented technology, longer battery life, temperature control.' slug: built-in-phone-battery created_at: '2024-11-21T06:19:46.000000Z' updated_at: '2024-11-21T06:19:46.000000Z' - id: 103 category_id: 13 name: 'MichPro BL-49DT-49DI' slug: mich-pro-bl-49dt-49di images: - 'https://mp-api.michpro.store/products/abe5deddc3ac1b823c0f75493616f854_1731738463.jpg' - 'https://mp-api.michpro.store/products/99837981a3c4e484d0b91e3d249325c9_1731738463.jpg' - 'https://mp-api.michpro.store/products/03dbaa395565d49ae16659d6889144f8_1731738463.jpg' - 'https://mp-api.michpro.store/products/6ea1d933defa32d86d5033906fdaf722_1731738463.jpg' description: 'Mich Pro BL-49DT-49DI' specifications: '{"Model":"Mich Pro BL-49DT-49DI","Capacity":"5300mAh"}' colors: null price: '60000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '30.00' shipping_fee: '0.00' quantity: 30000 created_at: '2024-11-16T06:27:43.000000Z' updated_at: '2024-11-21T07:38:19.000000Z' category: id: 13 name: 'Built-in Phone Battery' image: 'https://mp-api.michpro.store/categories/NifRfsL3egxfmE7FF0RTpghP4SKAaIOhlyQuZzXR.jpg' description: 'Ultra-high capacity series, give you the longest time to enjoy standby, MichPro exclusive patented technology, longer battery life, temperature control.' slug: built-in-phone-battery created_at: '2024-11-21T06:19:46.000000Z' updated_at: '2024-11-21T06:19:46.000000Z' - id: 102 category_id: 13 name: 'MichPro BL-49ET' slug: mich-pro-bl-49et images: - 'https://mp-api.michpro.store/products/eaef510b5b615a5f28ad15ecbfbdb9bc_1731738061.jpg' - 'https://mp-api.michpro.store/products/1fd212fcde1b1498f77e52a3ca1b1153_1731738061.jpg' - 'https://mp-api.michpro.store/products/530744b7e2ada257d3358a5caaf42004_1731738061.jpg' - 'https://mp-api.michpro.store/products/b55f4bd80996a2ecd9a958a83e3c5c54_1731738061.jpg' description: 'Mich Pro BL-49ET' specifications: '{"Model":"Mich Pro BL-49ET","Capacity":"5300mAh"}' colors: null price: '50000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '40.00' shipping_fee: '0.00' quantity: 30000 created_at: '2024-11-16T06:21:01.000000Z' updated_at: '2024-11-21T07:38:47.000000Z' category: id: 13 name: 'Built-in Phone Battery' image: 'https://mp-api.michpro.store/categories/NifRfsL3egxfmE7FF0RTpghP4SKAaIOhlyQuZzXR.jpg' description: 'Ultra-high capacity series, give you the longest time to enjoy standby, MichPro exclusive patented technology, longer battery life, temperature control.' slug: built-in-phone-battery created_at: '2024-11-21T06:19:46.000000Z' updated_at: '2024-11-21T06:19:46.000000Z' - id: 101 category_id: 10 name: 'Ultra High Capacity BL-49FT' slug: mich-pro-bl-49ft images: - 'https://mp-api.michpro.store/products/91254eb081be39bea6d43f6e32bbf212_1731737801.jpg' - 'https://mp-api.michpro.store/products/a74d2de442bb6d89000532cbc1001678_1731737801.jpg' - 'https://mp-api.michpro.store/products/b620fe2b39c79b327328514615d923ea_1731737801.jpg' - 'https://mp-api.michpro.store/products/e5b56aaad9fec233308615b8be2a570f_1731737801.jpg' description: 'Mich Pro BL-49FT for X650/X655/X656/X665/X657/HOT8/ CD7/P0P4/P0P6/KG6/KD7/BE7/BE8/KE5/P17/KD6/S17/S18/KF7/P38' specifications: '{"Model":"Mich Pro BL-49FT","Capacity":"5200mAh"}' colors: null price: '18000.00' featured: 1 top_seller: 1 rating: '0.0' discount: '30.00' shipping_fee: '0.00' quantity: 20000 created_at: '2024-11-16T06:16:41.000000Z' updated_at: '2024-11-19T06:55:42.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 100 category_id: 13 name: 'MichPro BL-49GT' slug: mich-pro-bl-49gt images: - 'https://mp-api.michpro.store/products/173d613e710e35facf39111c5c53f7fb_1731735297.jpg' - 'https://mp-api.michpro.store/products/ca164abdc17f030d0901270ea9b35956_1731735297.jpg' - 'https://mp-api.michpro.store/products/964f5ae46f188293fd5491d0b53be072_1731735297.jpg' description: 'Mich Pro BL-49GT' specifications: '{"Model":"Mich Pro BL-49GT","Capacity":"5200mAh"}' colors: null price: '50000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '40.00' shipping_fee: '0.00' quantity: 30000 created_at: '2024-11-16T05:34:57.000000Z' updated_at: '2024-11-21T07:39:10.000000Z' category: id: 13 name: 'Built-in Phone Battery' image: 'https://mp-api.michpro.store/categories/NifRfsL3egxfmE7FF0RTpghP4SKAaIOhlyQuZzXR.jpg' description: 'Ultra-high capacity series, give you the longest time to enjoy standby, MichPro exclusive patented technology, longer battery life, temperature control.' slug: built-in-phone-battery created_at: '2024-11-21T06:19:46.000000Z' updated_at: '2024-11-21T06:19:46.000000Z' - id: 99 category_id: 13 name: 'MichPro BL-51BX' slug: mich-pro-bl-51bx images: - 'https://mp-api.michpro.store/products/7a1af149f977782fe7de3253b9037ba5_1731734912.jpg' - 'https://mp-api.michpro.store/products/84441ea942b572bd837efb032f2c6570_1731734912.jpg' - 'https://mp-api.michpro.store/products/3fb1a1f021ad1f499cb739e18650f992_1731734912.jpg' description: 'Mich Pro BL-51BX' specifications: '{"Model":"Mich Pro BL-51BX","Capacity":"5300mAh"}' colors: null price: '30000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '30.00' shipping_fee: '0.00' quantity: 20000 created_at: '2024-11-16T05:28:32.000000Z' updated_at: '2024-11-21T07:39:30.000000Z' category: id: 13 name: 'Built-in Phone Battery' image: 'https://mp-api.michpro.store/categories/NifRfsL3egxfmE7FF0RTpghP4SKAaIOhlyQuZzXR.jpg' description: 'Ultra-high capacity series, give you the longest time to enjoy standby, MichPro exclusive patented technology, longer battery life, temperature control.' slug: built-in-phone-battery created_at: '2024-11-21T06:19:46.000000Z' updated_at: '2024-11-21T06:19:46.000000Z' - id: 98 category_id: 10 name: 'MichPro BL-15DI' slug: mich-pro-bl-15di images: - 'https://mp-api.michpro.store/products/f9daec6f77b48eb52457a9602c44c242_1731667502.jpg' - 'https://mp-api.michpro.store/products/0aa0ff301f1ee3f7f144e9c98fb3e128_1731667502.jpg' - 'https://mp-api.michpro.store/products/35b062d2a8fa16b2182427f245ccaf85_1731667502.jpg' - 'https://mp-api.michpro.store/products/d276a3333c4de06d964aebcb1aab14db_1731667502.jpg' description: 'Mich Pro BL-15DI' specifications: '{"Capacity":"1500mAh","Model":"BL-15DI"}' colors: null price: '40000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '10.00' shipping_fee: '0.00' quantity: 4000 created_at: '2024-11-15T10:45:02.000000Z' updated_at: '2024-11-21T09:58:48.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 97 category_id: 10 name: 'Mich Pro BL-25IT' slug: mich-pro-bl-25it images: - 'https://mp-api.michpro.store/products/f15ca5d244668e4fa6756d60bde434d3_1731665997.jpg' - 'https://mp-api.michpro.store/products/e833b012b59f0b51dc83fb1bc343e537_1731665997.jpg' - 'https://mp-api.michpro.store/products/0e58ca30eef962de91e25ebaac8aab09_1731665997.jpg' - 'https://mp-api.michpro.store/products/78b0298de41797d5b8f84cfc03368dbb_1731665997.jpg' description: 'Mich Pro BL-25IT' specifications: '{"Model":"Mich Pro BL-25IT","Capacity":"2800mAh"}' colors: null price: '40000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '20.00' shipping_fee: '0.00' quantity: 4000 created_at: '2024-11-15T10:19:57.000000Z' updated_at: '2024-11-15T10:19:57.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 96 category_id: 10 name: 'Mich Pro BL-11CI' slug: mich-pro-bl-11ci images: - 'https://mp-api.michpro.store/products/bc94ec3b80b56a1504185fdebe144efd_1731665103.jpg' - 'https://mp-api.michpro.store/products/15d2a086bd2b918d496226e9cc34f1ed_1731665103.jpg' - 'https://mp-api.michpro.store/products/b136d7539bdb67b7c446df1e72e15104_1731665103.jpg' - 'https://mp-api.michpro.store/products/5a7fd37830c262faecc3c6bc088a075f_1731665103.jpg' description: 'Mich Pro BL-11CI' specifications: '{"Model":"Mich Pro BL-11CI","Capacity":"1300mAh"}' colors: null price: '30000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '10.00' shipping_fee: '0.00' quantity: 2000 created_at: '2024-11-15T10:05:03.000000Z' updated_at: '2024-11-15T10:05:03.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 95 category_id: 10 name: 'Mich Pro C1' slug: mich-pro-c1-2 images: - 'https://mp-api.michpro.store/products/80fba91af31bbff8f9b65d293ddc0f4d_1731408609.jpg' - 'https://mp-api.michpro.store/products/dc1ccd2d33fe35a859d7a3f524327fe9_1731408609.jpg' - 'https://mp-api.michpro.store/products/782ddcef2d28cbe6f344b438d1648f13_1731408609.jpg' - 'https://mp-api.michpro.store/products/03e7b26c4f13e5347f8049c99429ec83_1731408609.jpg' description: 'Mich Pro C1' specifications: '{"Model":"Mich Pro C1 ","Capapcity":"2500mAh"}' colors: null price: '40000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '10.00' shipping_fee: '0.00' quantity: 3000 created_at: '2024-11-12T10:50:09.000000Z' updated_at: '2024-11-12T10:50:09.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 94 category_id: 10 name: 'Mich Pro BL - 4LT' slug: mich-pro-bl-4lt images: - 'https://mp-api.michpro.store/products/f87e86c0edccc22ccf9969752cc78d95_1731408243.jpg' - 'https://mp-api.michpro.store/products/f48f1d84de12747f9aa807f322be694f_1731408243.jpg' - 'https://mp-api.michpro.store/products/a15cb8ba7dc7f0f694af88e619a5506b_1731408243.jpg' - 'https://mp-api.michpro.store/products/b28ba692443c54d652a6bcbdcc5d6147_1731408243.jpg' description: 'Mich Pro BL - 4LT' specifications: '{"Model":"Mich Pro BL - 4LT","Capacity":"1500mAh"}' colors: null price: '20000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '20.00' shipping_fee: '0.00' quantity: 2000 created_at: '2024-11-12T10:44:03.000000Z' updated_at: '2024-11-12T10:44:03.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 93 category_id: 10 name: 'Mich Pro C1' slug: mich-pro-c1 images: - 'https://mp-api.michpro.store/products/35dcbade999c2ef9fb736ff89948701b_1731407656.jpg' - 'https://mp-api.michpro.store/products/e41c69376c2116302ba157b562864ce9_1731407656.jpg' - 'https://mp-api.michpro.store/products/391ea74a8b5407f58d2b223ebe969a12_1731407656.jpg' - 'https://mp-api.michpro.store/products/5dd9282f95e02ba18e8add851dad735a_1731407656.jpg' description: 'Mich Pro C1' specifications: '{"Model":"Mich Pro C1 ","Capapcity":"2500mAh"}' colors: null price: '40000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '10.00' shipping_fee: '0.00' quantity: 3000 created_at: '2024-11-12T10:34:16.000000Z' updated_at: '2024-11-12T10:34:16.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 92 category_id: 10 name: 'Mich Pro C2' slug: mich-pro-c2 images: - 'https://mp-api.michpro.store/products/8a8b64f6a7b23acbdaf8cc59c58c5d08_1731405390.jpg' - 'https://mp-api.michpro.store/products/4dd9b8286f2fe8ca84491e01f9e29e14_1731405390.jpg' - 'https://mp-api.michpro.store/products/45f99d1ed446f81c548f627006151ae9_1731405390.jpg' - 'https://mp-api.michpro.store/products/8380f718697ef0a1acc9b80c3fba21f7_1731405390.jpg' description: 'Mich Pro C2' specifications: '{"Model":"Mich Pro C2","Capacity":"2800mAh"}' colors: null price: '30000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '15.00' shipping_fee: '0.00' quantity: 4000 created_at: '2024-11-12T09:56:30.000000Z' updated_at: '2024-11-12T09:56:30.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 91 category_id: 10 name: 'Mich Pro MG900' slug: mich-pro-mg900 images: - 'https://mp-api.michpro.store/products/f85034fbb433944b2eead4f1d7e57dd6_1731403268.jpg' - 'https://mp-api.michpro.store/products/8bfd07a9ede65d0b406d3c9c892a1a96_1731403268.jpg' - 'https://mp-api.michpro.store/products/00af6bad2b73b0f75e62a4271768c7a0_1731403268.jpg' - 'https://mp-api.michpro.store/products/27e31d166549cfac049d29f47873432f_1731403268.jpg' description: 'MICH Pro MG900' specifications: '{"Model ":"MICH Pro MG900","Capacity":"2800mAh"}' colors: null price: '50000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '20.00' shipping_fee: '0.00' quantity: 4090 created_at: '2024-11-12T09:21:08.000000Z' updated_at: '2024-11-12T09:27:51.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 90 category_id: 10 name: 'Mich Pro Vivo65' slug: mich-pro-vivo65-2 images: - 'https://mp-api.michpro.store/products/ec13102327aed8b8de11edab2c7c43ad_1731401867.jpg' - 'https://mp-api.michpro.store/products/7e46e121eb4fe0b90956d60f0d5cf202_1731401867.jpg' - 'https://mp-api.michpro.store/products/3509362f6314073e864fd957571addc7_1731401867.jpg' - 'https://mp-api.michpro.store/products/23485844ba0901f525c5dc0d2819f296_1731401867.jpg' description: 'Mich Pro Vivo65' specifications: '{"Model":"Mich Pro Vivo65","Capacity":"1900mAh"}' colors: null price: '40000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '35000.00' shipping_fee: '0.00' quantity: 5000 created_at: '2024-11-12T08:57:47.000000Z' updated_at: '2024-11-12T08:57:47.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 89 category_id: 10 name: 'Mich Pro Vivo65' slug: mich-pro-vivo65 images: - 'https://mp-api.michpro.store/products/7f3e5467bc621ec623e446edec5c7787_1731401844.jpg' - 'https://mp-api.michpro.store/products/b9c15821caf55182c31b54c16ba6ada2_1731401844.jpg' - 'https://mp-api.michpro.store/products/950da82b0f41abd53149bf9a4838f16b_1731401844.jpg' - 'https://mp-api.michpro.store/products/14b07e4b39244a4287531ffc51f4ef90_1731401844.jpg' description: 'Mich Pro Vivo65' specifications: '{"Model":"Mich Pro Vivo65","Capacity":"1900mAh"}' colors: null price: '40000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '35000.00' shipping_fee: '0.00' quantity: 5000 created_at: '2024-11-12T08:57:24.000000Z' updated_at: '2024-11-12T08:57:24.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 88 category_id: 10 name: 'Mich Pro Vivo77' slug: mich-pro-vivo77 images: - 'https://mp-api.michpro.store/products/6ee003ed066c4825216e0e04a9224f53_1731401205.jpg' - 'https://mp-api.michpro.store/products/55314746a5b30810cffdb80d425dc994_1731401205.jpg' - 'https://mp-api.michpro.store/products/81ace6779474dd9a0761cb7a9a7ec7a2_1731401205.jpg' - 'https://mp-api.michpro.store/products/5f3a4b62cf11f5549bc146ead26b2113_1731401205.jpg' description: 'Mich Pro Vivo77' specifications: '{"Model":"Mich Pro Vivo77","Capacity":"2100mAh"}' colors: null price: '34000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '30000.00' shipping_fee: '0.00' quantity: 5000 created_at: '2024-11-12T08:46:45.000000Z' updated_at: '2024-11-12T08:46:45.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 87 category_id: 10 name: 'Mich Pro DCO25' slug: dco25 images: - 'https://mp-api.michpro.store/products/b79967f40a6122c564bda075a1aa4d52_1731366155.png' description: DCO25 specifications: '{"Model":"DCO25","Capacity":"2400mAh"}' colors: null price: '5000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '4500.00' shipping_fee: '0.00' quantity: 3000 created_at: '2024-11-11T23:02:35.000000Z' updated_at: '2024-11-12T08:01:56.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 86 category_id: 10 name: 'Mich Pro BM41/MI41' slug: bm41-mi41 images: - 'https://mp-api.michpro.store/products/dd71dde7abf4e8902eab9d38d11229e6_1731366016.png' description: BM41/MI41 specifications: '{"Model":"BM41/MI41","Capacity":"3000mAh"}' colors: null price: '7000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '6700.00' shipping_fee: '0.00' quantity: 5000 created_at: '2024-11-11T23:00:16.000000Z' updated_at: '2024-11-12T08:02:35.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 85 category_id: 10 name: 'Mich Pro BL-25FT' slug: mich-pro-bl-25ft images: - 'https://mp-api.michpro.store/products/f05da07ba065633406ffbbd1692c5e8b_1731365880.png' description: 'Mich Pro BL-25FT' specifications: '{"Model":"Mich Pro BL-25FT","Capacity":"1700mAh"}' colors: null price: '3000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '2500.00' shipping_fee: '0.00' quantity: 4000 created_at: '2024-11-11T22:58:00.000000Z' updated_at: '2024-11-12T06:48:12.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' first_page_url: 'https://mp-api.michpro.store/api/v1/products?page=1' from: 1 last_page: 2 last_page_url: 'https://mp-api.michpro.store/api/v1/products?page=2' links: - url: null label: '« Previous' active: false - url: 'https://mp-api.michpro.store/api/v1/products?page=1' label: '1' active: true - url: 'https://mp-api.michpro.store/api/v1/products?page=2' label: '2' active: false - url: 'https://mp-api.michpro.store/api/v1/products?page=2' label: 'Next »' active: false next_page_url: 'https://mp-api.michpro.store/api/v1/products?page=2' path: 'https://mp-api.michpro.store/api/v1/products' per_page: 50 prev_page_url: null to: 50 total: 91 properties: code: type: integer example: 200 message: type: string example: 'Products Fetched Successfully' data: type: object properties: current_page: type: integer example: 1 data: type: array example: - id: 134 category_id: 10 name: 'Mi Battery BM-45' slug: mi-battery-bm-45 images: - 'https://mp-api.michpro.store/products/5963b8094f679551004cd7d10f1de0f0_1745502974.png' - 'https://mp-api.michpro.store/products/600b9200e1f8a8683c332558024bdcef_1745502974.png' description: 'Mi Battery BM-45
' specifications: '{"Model":"BM-45 Mi"}' colors: null price: '3500.00' featured: 0 top_seller: 0 rating: '0.0' discount: '50.00' shipping_fee: '1000.00' quantity: 1000 created_at: '2025-04-24T13:56:14.000000Z' updated_at: '2025-04-24T13:56:14.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 133 category_id: 15 name: 'Mp 201V Charger: True Power, Dual Fast Charging' slug: mp-201v-charger-true-power-dual-fast-charging images: - 'https://mp-api.michpro.store/products/bf44e139c4889a6f6337e947296c3243_1745133554.jpg' - 'https://mp-api.michpro.store/products/ecc35cc4b7ed6afeb570ba54086c69d7_1745133554.jpg' - 'https://mp-api.michpro.store/products/c6705cef4875a30fdea7ef848812b750_1745133554.jpg' - 'https://mp-api.michpro.store/products/0169e29f10769c00fefe67a4857a6822_1745133554.jpg' description: "True Power, A Trustworthy Choice
\r\nIn the current market, many chargers have false power markings. The power stated on the packaging is far from the actual one. However, MICHPRO has always adhered to integrity. The power marked on the Mp 201V charger is the real power. What you see is what you get. You can buy it with complete peace of mind.
\r\n2.4A Dual USB Ports, Double Fast Charging
\r\nThe Mp 201V is equipped with two USB charging ports, both supporting 2.4A fast charging. Whether you want to charge your phone and tablet simultaneously or power up other devices, it can achieve fast charging efficiently, meeting your multi device charging needs.
\r\nBuilt in Night Light, Technological and Practical
\r\nThis charger is uniquely equipped with a night light, showing a sense of technology. At night when charging, it can serve as a night light, providing dim lighting for your night activities, preventing you from bumping in the dark and adding convenience to your life.
\r\nCharge Two Devices Simultaneously without Losing Speed
\r\nEven when connecting two different devices for charging at the same time, the Mp 201V can intelligently distribute the current to ensure that each device is charged at a speed of 2.4A. The charging efficiency remains unaffected, allowing your devices to quickly return to a full charged state.
\r\nHigh end Chip, 6 Fold Protection
\r\nIt uses a high end customized chip with 6 fold protection functions. It can intelligently recognize the device's needs and achieve precise charging. When the device is fully charged, it will automatically cut off the power to prevent over charging from damaging the battery, providing all round protection for your device.
\r\nHigh quality Materials, British Design
\r\nMade of high quality materials, it ensures the charger's durability and stability. It is carefully designed by a British designer, with a fashionable and unique appearance. It is not only a practical charging tool but also a home item that enhances the style.
\r\n\r\n
\r\n
Product Parameters
\r\nl Brand: MICHPRO
\r\nl Model: Mp 201V
\r\nl Power: 2.4A Dual USB Ports
\r\nl Number of Charging Ports: 2
\r\nl Cable: Usb to Micro
\r\nl Features: True power, 2.4A fast charging on dual ports, built in night light, no speed reduction when charging two devices simultaneously, 6 fold protection with high end customized chip, high quality materials and British design
\r\nl Standards: US, EU, UK standards
\r\nl Origin: Hong Kong
\r\n\r\n
Product Package Contents
\r\nl Charger x1
\r\nl Instruction Manual x1
\r\nl Fast Charging Usb to Micro Cable x1
\r\n\r\n
Warranty
\r\nl One year warranty for MichPro product
\r\nl Customer comes first.
\r\nl Our confidence in product quality.
\r\nl Your peace of mind in using.
\r\n\r\n
" specifications: '{"Model":"Mp-201v","Port":"Daul-A port","Cable":"U-Micro"}' colors: null price: '10000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '8000.00' shipping_fee: '150.00' quantity: 100 created_at: '2025-04-20T07:19:14.000000Z' updated_at: '2025-04-20T07:19:14.000000Z' category: id: 15 name: 'Charger & Cable' image: 'https://mp-api.michpro.store/categories/fW0fuznPGkFKHDSqea8aBbiURtSn3jzKZ4O1iuu7.jpg' description: 'Fast charging' slug: charger-cable created_at: '2024-11-24T16:21:24.000000Z' updated_at: '2025-03-19T15:58:20.000000Z' - id: 132 category_id: 15 name: 'MichPro MP810L Super Fast Charger to the Rescue!' slug: michpro-mp810l-super-fast-charger-to-the-rescue images: - 'https://mp-api.michpro.store/products/18845ea7021de54a3870d23aa2556683_1745126808.jpg' - 'https://mp-api.michpro.store/products/5f33f866e5a957b75bb2d718bea08f7c_1745126808.jpg' - 'https://mp-api.michpro.store/products/e638496d5e08fada57a15dc9190567e7_1745126808.jpg' - 'https://mp-api.michpro.store/products/ef9c43386b1100911ee25338b0c54ff8_1745126808.jpg' - 'https://mp-api.michpro.store/products/0ef24f71432a3713a74dc19a3184707c_1745126808.jpg' - 'https://mp-api.michpro.store/products/c4398c52c63c4310a12dc8d6c4efe238_1745126808.jpg' - 'https://mp-api.michpro.store/products/a8ef5687ba0539873dc09910011d4642_1745126808.jpg' - 'https://mp-api.michpro.store/products/65e47604d5157c052b651843250d49f5_1745126808.jpg' description: "
Tired of Slow Charging? MichPro MP810L Super Fast Charger to the Rescue!
\r\nIn this 5G era, speed and efficiency are everything. How can your phone's charging speed be left behind? MichPro proudly presents the MP810L Super Fast Charger, ready to power up your devices and turn the long - wait charging into a thing of the past!
\r\n\r\n
40W Real Power, No False Claims
\r\nMany chargers in the market love to boast about their power but fail to deliver in reality. However, the MichPro MP810L is different! It packs a real 40W high - power punch. From the packaging to actual use, the power remains consistent. We adhere to the principle of integrity and never make false advertisements. Every cent you spend is worth it!
\r\n\r\n
Dual Ports, Meeting All Your Needs
\r\nOne USB port supporting 25W charging and one super fast - charging port supporting 40W. These two ports are like your two reliable assistants. Whether you want to quickly recharge your phone or top up your tablet, it can handle it with ease. Truly a \"multi - purpose charger\" that meets the charging needs of different devices for the whole family.
\r\n\r\n
65% Charge in 30 Minutes, 6 Times Faster
\r\nTraditional chargers are as slow as snails, while the MP810L is as fast as lightning! In just 30 minutes, it can charge your phone to 65% of its battery capacity. Its charging speed is 6 times that of ordinary chargers. While you're having breakfast or scrolling through short videos, your phone's battery will be quickly replenished, keeping you connected at all times and ensuring you never miss any important information.
\r\n\r\n
Advanced Protocols, Wide Compatibility
\r\nSupporting PD4.0 and QC3.0 fast - charging protocols means it can seamlessly connect with many devices in the market that support fast - charging. Whether you're using an Apple, Android, or other brand of phone or tablet, the MP810L can be your all - in - one charging buddy, providing fast and stable power support for your devices.
\r\n\r\n
Exclusive iFast Chip, Safe and Smart
\r\nMichPro's exclusive iFast chip technology is like giving the charger a \"smart brain\". It enables the charger to achieve full - fledged fast charging without overheating, effectively protecting the device's battery and extending its service life. What's more, when the device is fully charged, it will automatically cut off the power, avoiding potential safety hazards caused by overcharging and safeguarding your devices and safety.
\r\n\r\n
Novel Accessories, Convenient on the Go
\r\nThe product comes with a stylish Apple PD data cable, which is both fashionable and practical. Moreover, the charger is compact and lightweight, making it easy to carry. Whether you're on a business trip, traveling, or just going out daily, you can simply toss it into your bag and recharge your devices anytime, anywhere. Say goodbye to \"battery anxiety\" during your journey!
\r\n\r\n
High - End Design, Irresistible Charm
\r\nMade of high - end materials and featuring a unique design crafted by a British designer, the MP810L is not just a charger but also a technological masterpiece. Placed on the table, it instantly elevates the style, making your charging process full of texture. Among the numerous ordinary chargers, it is definitely the most eye - catching one!
\r\n\r\n
Package Contents
\r\n- Charger x1
\r\n- Instruction Manual x1
\r\n- Fast - Charging Data Cable (Type-C to Iphone) x1
\r\n\r\n
Product Parameters and Features
\r\n- **Model**: MP810L
\r\n- **Brand**: MichPro
\r\n- **Power**: 40W
\r\n- **Charging Ports**: Dual (25W USB, 40W Type-C Fast Charge)
\r\n- **Fast - Charging Protocols**: PD4.0, QC3.0
\r\n- **Chip Technology**: Exclusive iFast
\r\n- **Safety Feature**: Automatic Power - Off
\r\n- **Design Highlights**: High - End Material, Unique Design
\r\n- **Convenience**: Easy to Carry
\r\nIn this era where every second counts, a dying phone battery can be a real headache. Fear not, for the MichPro MP420C Super Fast Charger is here to deliver a lightning - fast charging experience for your devices, allowing you to bid farewell to long waiting times!
\r\n\r\n
33W Real Power, No False Claims
\r\nMany chargers boast large power ratings on their packaging but fail to deliver in reality. However, the MichPro MP420L is different. It packs a genuine 33W high - power output. We've always adhered to the principle of integrity and never engage in false advertising. Every charge will let you feel the strong power output, giving you a full sense of security.
\r\n\r\n
Charge Up to 65% in 30 Minutes, Astonishing Speed
\r\nTime is precious and can't be wasted. The MichPro MP420C Super Fast Charger understands this well. In just 30 minutes, it can charge your phone up to 65% of its battery capacity. Whether you're in a hurry to leave in the morning or taking a short break during work, the rapid charging gets you back in action quickly, so you won't miss any important moments.
\r\n\r\n
Exclusive iFast Chip, Safe and Smart
\r\nThe self - developed exclusive iFast chip technology by MichPro is the core highlight of this charger. It enables the charging process to maintain full speed while effectively controlling the temperature, preventing the charger from overheating. Moreover, once your device is fully charged, the charger will automatically cut off the power to avoid over - charging and protect your device's battery. It offers all - around safety for your device.
\r\n\r\n
Novel Data Cable, More Stable Charging
\r\nThe package comes with Type - C to Type-C fast cable. It not only has a novel and stylish design but also ensures a stable current transmission, making the charging process smoother. With it, you don't have to worry about poor contact or slow charging.
\r\n\r\n
Compact and Portable, Charge Anytime, Anywhere
\r\nIt's small in size and light in weight, making it easy for you to carry it anywhere. Whether you're on a business trip, commuting to work, or out for a trip, just pop it into your bag or pocket, and you can recharge your device at any time, keeping you connected all the time.
\r\n\r\n
Package Contents
\r\n1. 1 x Super Fast Charger
\r\n2. 1 x User Manual
\r\n3. 1 x Type - C to Type-C Fast Charging Cable
\r\n\r\n
Product Details
\r\nl - **Brand**: MichPro
\r\nl - **Model**: MP420C
\r\nl - **Power**: 33W
\r\nl - **Chip Technology**: Exclusive iFast Chip
\r\nl - **Charging Speed**: Charge up to 65% in 30 minutes
\r\nl - **Safety Protection**: Auto - cut - off, Anti - overcharging
\r\nl - **Heat Dissipation Performance**: No overheating during charging
\r\nl - **Portability**: Compact and lightweight, easy to carry
\r\nl - **Data Cable**:Type - C to Type-C, novel design
\r\nl - **Standards**: US, EU, UK standards
\r\nl - **Origin**: Hong Kong
\r\n\r\n
Don't hesitate any longer! Get the MichPro MP420L Super Fast Charger now and keep your device fully charged at all times!
" specifications: '{"Model:":"Mp-420C","Power:":"33W","Cable":"C-C"}' colors: null price: '15000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '4000.00' shipping_fee: '1500.00' quantity: 100 created_at: '2025-04-19T17:48:13.000000Z' updated_at: '2025-05-01T10:09:30.000000Z' category: id: 15 name: 'Charger & Cable' image: 'https://mp-api.michpro.store/categories/fW0fuznPGkFKHDSqea8aBbiURtSn3jzKZ4O1iuu7.jpg' description: 'Fast charging' slug: charger-cable created_at: '2024-11-24T16:21:24.000000Z' updated_at: '2025-03-19T15:58:20.000000Z' - id: 130 category_id: 15 name: 'Wow! 33W Super Fast Charging, Instantly Revive Your Phone!' slug: wow-33w-super-fast-charging-instantly-revive-your-phone images: - 'https://mp-api.michpro.store/products/0c5a582af94de9cfc49452fd552386be_1745083665.jpg' - 'https://mp-api.michpro.store/products/5666f0c570e84e8e28688c178e8ac302_1745083665.jpg' - 'https://mp-api.michpro.store/products/8fa5026e5e4173590e3103b087198853_1745083665.jpg' - 'https://mp-api.michpro.store/products/8c4101a8cb555b0670a8ded4b5ba4a7b_1745083665.jpg' - 'https://mp-api.michpro.store/products/c105fa3df4365f23573e7f03566abdc1_1745083665.jpg' - 'https://mp-api.michpro.store/products/dfd3fc2ed531e774475adf97be7162ea_1745083665.jpg' - 'https://mp-api.michpro.store/products/7757e2692c5dd500d928b6d6875e1138_1745083665.jpg' - 'https://mp-api.michpro.store/products/450821902bc1100c05203a6d230b52c2_1745083665.jpg' description: "Wow! 33W Super Fast Charging, Instantly Revive Your Phone!
\r\nIn this era where every second counts, a dying phone battery can be a real headache. Fear not, for the MichPro MP420L Super Fast Charger is here to deliver a lightning - fast charging experience for your devices, allowing you to bid farewell to long waiting times!
\r\n\r\n
33W Real Power, No False Claims
\r\nMany chargers boast large power ratings on their packaging but fail to deliver in reality. However, the MichPro MP420L is different. It packs a genuine 33W high - power output. We've always adhered to the principle of integrity and never engage in false advertising. Every charge will let you feel the strong power output, giving you a full sense of security.
\r\n\r\n
Charge Up to 65% in 30 Minutes, Astonishing Speed
\r\nTime is precious and can't be wasted. The MichPro MP420L Super Fast Charger understands this well. In just 30 minutes, it can charge your phone up to 65% of its battery capacity. Whether you're in a hurry to leave in the morning or taking a short break during work, the rapid charging gets you back in action quickly, so you won't miss any important moments.
\r\n\r\n
Exclusive iFast Chip, Safe and Smart
\r\nThe self - developed exclusive iFast chip technology by MichPro is the core highlight of this charger. It enables the charging process to maintain full speed while effectively controlling the temperature, preventing the charger from overheating. Moreover, once your device is fully charged, the charger will automatically cut off the power to avoid over - charging and protect your device's battery. It offers all - around safety for your device.
\r\n\r\n
Novel Data Cable, More Stable Charging
\r\nThe package comes with an Apple PD Type - C to iPhone data cable. It not only has a novel and stylish design but also ensures a stable current transmission, making the charging process smoother. With it, you don't have to worry about poor contact or slow charging.
\r\n\r\n
Compact and Portable, Charge Anytime, Anywhere
\r\nIt's small in size and light in weight, making it easy for you to carry it anywhere. Whether you're on a business trip, commuting to work, or out for a trip, just pop it into your bag or pocket, and you can recharge your device at any time, keeping you connected all the time.
\r\n\r\n
Package Contents
\r\n1. 1 x Super Fast Charger
\r\n2. 1 x User Manual
\r\n3. 1 x Apple PD Type - C to iPhone Fast Charging Cable
\r\n\r\n
Product Details
\r\nl - **Brand**: MichPro
\r\nl - **Model**: MP420L
\r\nl - **Power**: 33W
\r\nl - **Chip Technology**: Exclusive iFast Chip
\r\nl - **Charging Speed**: Charge up to 65% in 30 minutes
\r\nl - **Safety Protection**: Auto - cut - off, Anti - overcharging
\r\nl - **Heat Dissipation Performance**: No overheating during charging
\r\nl - **Portability**: Compact and lightweight, easy to carry
\r\nl - **Data Cable**: Apple PD Type - C to iPhone, novel design
\r\nl - **Standards**: US, EU, UK standards
\r\nl - **Origin**: Hong Kong
\r\n\r\n
Don't hesitate any longer! Get the MichPro MP420L Super Fast Charger now and keep your device fully charged at all times!
" specifications: '{"Model":"MP-420L","Power":"33W","Cable":"Iphone"}' colors: null price: '16000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '1000.00' shipping_fee: '1500.00' quantity: 100 created_at: '2025-04-19T17:27:45.000000Z' updated_at: '2025-04-19T17:29:04.000000Z' category: id: 15 name: 'Charger & Cable' image: 'https://mp-api.michpro.store/categories/fW0fuznPGkFKHDSqea8aBbiURtSn3jzKZ4O1iuu7.jpg' description: 'Fast charging' slug: charger-cable created_at: '2024-11-24T16:21:24.000000Z' updated_at: '2025-03-19T15:58:20.000000Z' - id: 129 category_id: 16 name: 'Unleash Your Audio Experience with MichPro Earbuds In - Ear' slug: unleash-your-audio-experience-with-michpro-earbuds-in-ear images: - 'https://mp-api.michpro.store/products/a0fda0fc753b0b3a9695cb4c001aaa03_1745080832.jpg' - 'https://mp-api.michpro.store/products/b1515cee8e905f2efdadc731a90c8454_1745080832.jpg' - 'https://mp-api.michpro.store/products/1fc3c811a362cad32f5ceb33a002d845_1745080832.jpg' - 'https://mp-api.michpro.store/products/4201589388d2a56cbb0b6fabcdf5f996_1745080832.jpg' - 'https://mp-api.michpro.store/products/a22874abc3e339102ea41f7ed3eba962_1745080832.jpg' - 'https://mp-api.michpro.store/products/886221001d683c169680d0706977d1a7_1745080832.jpg' - 'https://mp-api.michpro.store/products/d7b41e681101b5d4088618e80dc198c9_1745080832.jpg' - 'https://mp-api.michpro.store/products/ac202222dc16fec518379964b3886eec_1745080832.jpg' description: "Are you tired of being disturbed by surrounding noise when you're on a call or enjoying your favorite tunes? Look no further! The MichPro MP - 001 in - ear earbuds with a battery case are here to revolutionize your audio world.
\r\n\r\n
With multiple noise - cancellation modes, the deep - level noise cancellation feature ensures crystal - clear conversations even in the noisiest environments. Say goodbye to background distractions and focus on what matters most.
\r\nThe in - ear design not only prevents the earbuds from falling out but also provides a comfortable wearing experience. You can wear them for hours without any discomfort.
\r\nEquipped with speakers specially customized for afobeat music, these earbuds deliver outstanding melodies, rich bass, and Hi - Fi sound. It's like being right in the middle of a live concert.
\r\nThe Bluetooth 5.3 technology offers a stable and fast connection, allowing you to enjoy seamless audio streaming.
\r\nWith an IPX7 rating, these earbuds can withstand daily splashes and sweat, making them perfect for workouts and outdoor activities.
\r\nThanks to MichPro's exclusive iFast technology, you'll never have to worry about running out of power. Just charge them up quickly and get back to your audio enjoyment.
\r\nThe sleek and modern design, full of a sense of technology, is not only visually appealing but also easy to carry around.
\r\n\r\n
Package includes:
\r\nMICH PRO MP - 702 Charger: Empowered by Technology, Enjoy Rapid Charging
\r\nIn Nigeria, a land full of vitality and opportunities, the fast - paced life has made people increasingly dependent on their mobile phones. However, low battery often becomes a hassle that hinders our progress. The MP - 702 charger from MICH PRO brand is like a timely bolt of lightning, injecting continuous power into your life.
\r\n\r\n
● Real - Marked Power, a Choice of Integrity
\r\nThe MP - 702 charger boasts a powerful 35W output. In today's market where false capacity marking is all too common, MICH PRO always adheres to the bottom line of integrity. We promise that the marked 35W power is real and genuine without any exaggeration. You no longer have to worry about false power marking. Every time you charge, you can feel the real and efficient energy transfer and enjoy a stable fast - charging experience.
\r\n\r\n
● High - Quality Data Cable, Efficient Compatibility
\r\nThe package comes with a high - quality data cable that is specially designed for 35W power transmission. It can easily handle the stable delivery of high - current. The unique design of the Type - C to iPhone Lighting interface is perfectly compatible with Apple devices. Whether it's the latest or older models of the iPhone series, it can be seamlessly connected. This means you no longer have to worry about finding a suitable data cable. You can charge your Apple phone quickly anytime, anywhere, keeping your device fully charged at all times.
\r\n\r\n
● PD Super Fast Charging, Ultra - Fast Experience
\r\nThe PD super fast - charging port on the charger is like an energy accelerator. Paired with our exclusive data cable, the charging speed is amazing. It only takes 30 minutes to charge your phone to 35%. Compared with ordinary chargers on the market, the charging speed of the MP - 702 charger is three times faster! Imagine that in the time it takes you to enjoy a cup of coffee, your phone's battery has already increased significantly. You no longer have to worry about missing important calls, messages, and wonderful moments.
\r\n\r\n
● Exclusive iFast Chip, Intelligent Protection
\r\nThe exclusive iFast chip technology independently developed by MichPro endows the MP - 702 charger with dual guarantees of intelligence and safety. During the charging process, the chip can monitor parameters such as current, voltage, and temperature in real - time to ensure a stable and safe charging process. It's like a considerate guardian, keeping the charger cool during operation. Even after long - term charging, it won't get hot, effectively avoiding damage to the phone and the charger caused by overheating. Moreover, when the phone is fully charged, the charger will automatically stop charging to prevent irreversible damage to the battery due to over - charging. In addition, the chip also has multiple protection mechanisms such as over - current protection and short - circuit protection, safeguarding the safety of your device in all aspects.
\r\n\r\n
● Portable Design, Go Anywhere
\r\nConsidering the rich and varied travel life of people in Nigeria, the MP - 702 charger adopts a user - friendly portable design. Its three prongs can be easily folded. After folding, the charger is small in size and takes up little space. It can fit easily into a briefcase, backpack, or even a pocket. You can carry it with you wherever you go, whether on a business trip, a journey, an outdoor activity, or your daily commute. You can charge your phone anytime, anywhere, without being restricted by battery power.
\r\n\r\n
Package Contents
\r\n1 x MP - 702 charger
\r\n1 x Type - C to iPhone Lighting data cable
\r\n1 x User manual
\r\n\r\n
\r\n
Parameters and Features
\r\n● - Power: 35W
\r\n● - Interface Type: PD Super Fast Charging Port, Type - C to iPhone Lighting
\r\n● - Chip Technology: Exclusive iFast Chip
\r\n● - Protection Mechanisms: Multiple Protections (Over - Temperature Protection, Over - Charging Protection, Over - Current Protection, Short - Circuit Protection)
\r\n● - Portable Design: Foldable Three Prongs
\r\nUnleash Unlimited Power with the MichPro MP - 081W (POWER TANK) Power Bank!
\r\nIn today's fast - paced life, electronic devices are our constant companions. From smartphones to headphones, tablets to various digital gadgets, they handle our socializing, entertainment, and work. However, running out of battery often fills us with anxiety. Fear not! The MichPro MP - 081W (POWER TANK) power bank brings you an unprecedented charging experience, keeping your devices fully energized at all times!
\r\n\r\n
Massive Capacity, Long - lasting Power
\r\nWith an enormous capacity of 80000mAh, it's like a mobile energy fortress, providing continuous power for your devices. It can charge an iPhone X up to 16 times, easily meeting your multi - day usage needs and eliminating your worries about low battery.
\r\n\r\n
Six - device Simultaneous Fast Charging, Highly Efficient
\r\nThis amazing power bank can charge 6 devices simultaneously at high - speed. Whether it's your phone, headphones, tablet, or other digital products, they can all enjoy the convenience of fast charging at the same time, truly achieving a significant leap in charging efficiency.
\r\n\r\n
Super - fast Charging, Time - saving
\r\nEquipped with QC22.5W and PD20W fast - charging technologies, it can reach 65% charge in just 30 minutes, three times faster than other chargers. In a short break, your devices can quickly regain full power, ensuring you never miss any important moments.
\r\n\r\n
Abundant Ports, Meeting Diverse Needs
\r\nIt comes with 3 charging ports for the power bank itself and 6 ports for digital products. This rich port design is compatible with various types of devices, so you'll never have to worry about not finding a suitable charging port.
\r\n\r\n
Digital Intelligent Display, Clear Power Indication
\r\nIt features a digital intelligent display that accurately tells you the remaining power of the power bank. Moreover, when your phone is in fast - charging mode, it's clearly shown on the display, giving you full control of the charging situation.
\r\n\r\n
Extended Fast - Charging Cable, More Charging Freedom
\r\nA 500m extended fast - charging cable is included. When used in combination with the data cable provided by Michpro, they work together to make the charging faster and give you more freedom of movement during charging.
\r\n\r\n
LED Energy - saving Strong Light, Illuminating Life
\r\nNot only is it a great charging device, but it also comes with an LED energy - saving strong light. When you're on your way home at night or there's a sudden power outage at home, turn on the LED light, and the bright light will instantly dispel the darkness, freeing you from the trouble of darkness.
\r\n\r\n
Exclusive Patented Circuit Board, Safe and Reliable
\r\nUsing the iFAST exclusive patented circuit board, it provides multiple protections for the power bank. It ensures fast charging without overheating, fully safeguarding your charging safety.
\r\n\r\n
Product Specifications and Features
\r\nPackage Contents
\r\n- 1 x Power bank
\r\n- 1 x User manual
\r\n- 1 x Type - C fast - charging cable
\r\nMichPro MP - 052W (POWER PACK) 50000mAh Power Bank: The King of Battery Capacity, A Must - Have for Your Journeys!
\r\nMichPro, a well - known brand in the industry, has always been renowned for its excellent quality and innovative technology. The MP - 052W (POWER PACK) power bank is a perfect manifestation of the brand's strength, providing safe, stable, and efficient power support for your digital devices.
\r\n\r\n
With an astonishing capacity of 50,000mAh, it's like a small power station that can supply power for you at any time. Whether you're on a long - term business trip, an outdoor adventure, or just commuting daily, it can provide sufficient power for your mobile phones, headphones, tablets, and other devices. Say goodbye to battery anxiety and fully enjoy the convenience brought by technology.
\r\n\r\n
This power bank is truly a \"superhero\" in the charging world! It has a powerful charging ability and can charge up to 5 devices simultaneously and quickly. Whether it's a smartphone, wireless earbuds, tablet, or other digital products, they can all replenish energy at the same time under its care. Imagine that you no longer have to frequently plug and unplug different devices for charging, saving you a great deal of time and energy.
\r\n\r\n
Equipped with advanced 22.5W fast - charging technology, it can charge your device to 50% in just 30 minutes. Compared with ordinary power bank, its charging speed is three times faster! While others are still waiting for their devices to be fully charged, you can quickly get back to work or entertainment. The efficient fast - charging ability makes your life rhythm smoother.
\r\n\r\n
The MP - 052W is equipped with three ports for charging the power bank itself and five ports for charging digital products. Among them, there are three 22.5W USB charging ports and two 22.5W PD charging ports. This rich port design fully considers the charging needs of different devices. No matter what type of digital device it is, it can find a suitable charging position here, enabling true simultaneous and fast charging of multiple devices.
\r\nThe power bank is equipped with an LED intelligent digital display, just like a considerate butler that allows you to accurately know the power usage of the power bank. No matter where you are and at what time, you can clearly understand the remaining battery capacity and plan your charging in advance, avoiding the embarrassing situation of running out of power at a critical moment.
\r\n\r\n
A PD super fast - charging cable is included with the product. When you use the data cable provided by Michpro, the \"FAST\" fast - charging symbol will appear on the power bank screen, indicating that super fast - charging is in progress. Paired with the MP - 052W power bank, you'll enjoy an unprecedented and genuine super fast - charging experience, making charging more relaxed and enjoyable.
\r\n\r\n
In addition to its powerful charging function, the MP - 052W also features an LED energy - saving strong light. On your way home at night, it's like a considerate little lantern, lighting up your path; when there's a sudden power outage at home, turn on its LED light, and the room will be instantly filled with light, so that darkness will no longer be a problem for you.
\r\n\r\n
Using the iFAST exclusive patented circuit board, it provides multiple protections for your power bank. It not only enables the power bank to charge quickly but also effectively avoids the problem of overheating during charging, providing all - round charging protection for your devices. You don't have to worry about safety hazards during use and can rest assured to enjoy the convenience brought by technology.
\r\n\r\n
The power bank comes with a lanyard. This thoughtful design makes it even more convenient to carry. You can hang it on your bag and take it away easily. Whether you're traveling or going to work, it can be your inseparable companion.
\r\n\r\n
If you're looking for a power bank with large capacity, high performance, and reliability, then the MichPro MP - 052W (POWER PACK) is definitely your best choice. Buy it now and let it become a powerful assistant in your digital life!
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
MichPro Mp - 032W(POWER MAJOR) Power Bank: The Powerhouse in Charging, a Must - Have for Your Journeys
\r\nIn an era where electronic devices are our constant companions, an excellent power bank is like a reassuring pill, relieving us from the anxiety of running out of battery in our daily lives and work. The Mp - 032W(POWER MAJOR) power bank, meticulously crafted by the MichPro brand, stands out as a leader in the market with its outstanding performance and user - friendly design.
\r\n\r\n
True High Capacity, Endless Battery Life
\r\nThe Mp - 032W(POWER MAJOR) comes with a genuine 30000mAh high capacity, free from any false claims. This means it can offer a continuous and stable power supply to all your electronic devices. What's even more remarkable is that it provides a charging time of over 70 hours. Whether you're embarking on a spontaneous long - distance trip, engaged in a busy business journey, or enjoying an exciting outdoor adventure, you no longer have to worry about your devices running out of power. Mobile phones, tablets, and other digital products can stay fully charged under its strong protection, allowing you to enjoy using them without any concerns.
\r\n\r\n
Ultra - Fast Charging Technology, High - efficiency Charging Experience
\r\nThis power bank is equipped with 22.5W and QC4.0 fast - charging technologies, charging your devices at a breakneck speed. It has two ports dedicated to charging itself, enabling it to replenish its energy rapidly. There are also three ports for charging digital products: one 20 - watt USB port, one 18 - watt USB port, and one 22.5 - watt PD port. With these powerful ports, you can charge three devices simultaneously and quickly, saving you a great deal of precious time. Imagine that during a short break, it can bring your devices back to life in no time, allowing you to stay productive without long - term waiting.
\r\n\r\n
Intelligent Power Display, Clear at a Glance
\r\nThe Mp - 032W(POWER MAJOR) is fitted with an LED intelligent digital display that can accurately show the power usage of the power bank. You can always keep track of the remaining power and plan your charging arrangements accordingly. Whether it's in broad daylight or the dim of night, the display can clearly present the power information, making you fully aware of the power bank's status. You'll never have to worry about the embarrassing situation of sudden power - off at critical moments, providing you with great convenience.
\r\n\r\n
Energy - saving Strong Light, Eye - friendly for Emergency Use
\r\nIt's not just an ordinary power bank; it's also a practical emergency lighting device. Its LED energy - saving strong light emits a soft and bright light that won't harm your eyes even at night. Even children won't feel uncomfortable when using it. When you encounter an unexpected dark environment outdoors or a power outage at home, just press the switch, and it will instantly light up your way forward, bringing you a strong sense of security and becoming your reliable partner in the dark.
\r\n\r\n
Super Fast - charging Data Cable, Longer and More Convenient
\r\nWe've carefully equipped the Mp - 032W(POWER MAJOR) with a super fast - charging data cable that supports a maximum of 60 watts. The length of this data cable is three times that of ordinary power bank data cables, but the price remains the same. With it, you can move your devices more freely during charging without worrying about the short cable affecting the charging process. Imagine that you can lie comfortably in bed, on the sofa, or move around freely in the office while your device is charging stably. When paired with the Mp - 032W(POWER MAJOR) power bank, you'll enjoy an unprecedented true super - fast charging experience, making charging easy and enjoyable.
\r\n\r\n
Exclusive Patented Circuit Board, Multiple Safety Guarantees
\r\nThe Mp - 032W(POWER MAJOR) uses the iFAST exclusive patented circuit board with multiple protection functions. During the charging process, it acts like a loyal guardian, ensuring that the power bank charges quickly without overheating and effectively protecting the power bank and the connected devices. You can use it with complete peace of mind, without worrying about safety issues such as overheating, over - charging, and over - discharging. Whether in daily use or in special environments, it can provide reliable safety guarantees for your charging process, leaving you free from any worries.
\r\n\r\n
Choosing the MichPro Mp - 032W(POWER MAJOR) power bank means choosing an efficient, safe, and convenient charging experience. It will become the best partner for your electronic devices, accompanying you through every wonderful moment and making your life and work run more smoothly.
\r\nIn today's fast - paced era, electronic devices have become an indispensable part of our lives. The MP - 031W power bank launched by the MichPro brand is carefully designed to meet your need to charge your devices anytime, anywhere.
\r\n\r\n
The MP - 031W boasts a full 30000mAh capacity without any false markings. This means you don't have to worry about running out of power, as it can provide long - lasting and stable power support for your devices. Whether it's your phone, tablet, or other digital gadgets, they can all get sufficient power supply.
\r\n\r\n
This power bank has a total fast - charging capacity of 60.5 watts, significantly increasing the charging speed. It is equipped with two ports for charging the power bank itself, ensuring higher charging efficiency. Moreover, it has three ports for charging digital products: one 20 - watt USB charging port, one 18 - watt USB charging port, and one 22.5 - watt PD charging port. This allows you to charge three devices simultaneously and quickly, saving you a great deal of time.
\r\n\r\n
The power bank comes with an LED intelligent digital display that can accurately show the power usage. You can always know the remaining power of the power bank and arrange your charging plan reasonably, avoiding the embarrassment of running out of power at critical moments.
\r\n\r\n
In addition to being a power bank, the MP - 031W also features an LED energy - saving strong light function. In a dark environment, it can transform into an emergency lighting device, providing you with the necessary illumination. Whether you're camping outdoors, dealing with a power outage, or traveling at night, it will bring you great convenience.
\r\n\r\n
The power bank is equipped with a leather hanging cord, making it easy for you to hold and carry. It is compact in size and can be easily put into your pocket or bag without adding any burden to your travel. Moreover, it meets aviation safety standards and can be taken on the plane, making it an ideal companion for your business trips and daily life.
\r\n\r\n
The MichPro MP - 031W uses a patented circuit board and Japanese - made battery cells, and has eight - fold protection functions. This not only ensures that the power bank doesn't overheat during the charging process but also effectively protects the safety of your devices and the power bank itself. You can use it with confidence without worrying about safety issues.
\r\n\r\n
This power bank can be used for up to 78 hours at maximum and can charge an iPhone 8 approximately 11 times. Such a long - lasting battery life allows your devices to stay fully charged even during long - term outings.
\r\n\r\n
We have equipped the MP - 031W with a high - quality charging cable, which is longer than those of other power banks on the market. This makes your charging process more convenient, eliminating the worry of a short cable affecting your charging.
\r\n\r\n
Choosing the MichPro MP - 031W power bank means choosing reliable power support and a convenient lifestyle. Act now and let it become your right - hand assistant in life!
\r\nHave you ever been extremely anxious when your phone battery was running out during an outing? Or have you ever been troubled by not finding a suitable charging device when multiple devices needed to be charged? Stop worrying! The MP - 022W (POWER MATE) power bank, meticulously crafted by the MichPro brand, is the perfect solution to your charging problems!
\r\nThis power bank features an enormous capacity of 20000mAh, acting like a small power station that can provide a continuous power supply for your devices such as mobile phones, earphones, and tablets. With it, you can travel with peace of mind.
\r\nHere are its outstanding features:
With a powerful output of 22.5W, it can boost your phone's battery to 65% in just thirty minutes. This means that in the time it takes you to enjoy a cup of coffee or have a breakfast, your phone can quickly regain its vitality and stay connected at all times.
\r\nTo meet your need for charging multiple devices simultaneously, the MP - 022W (POWER MATE) is equipped with 3 output charging ports. Whether it's your phone, earphones, or tablet, you can start charging them all at once, greatly saving your charging time and eliminating the need to charge devices one by one.
\r\nIt comes with a 500mm MichPro PD fast - charging data cable. The TYPE - C to TYPE - C design not only makes the connection convenient but also ensures an efficient and stable charging process, allowing for smooth power transmission.
\r\nThe exclusive patented chip technology iFast of MichPro is the core advantage of this power bank. It enables a much faster charging speed than other 22.5W power banks on the market while ensuring the stability of the charging process. Moreover, it upgrades QC to 4.0 & PD3.0, providing a safer and smarter charging experience for your devices.
\r\nIn addition to its powerful charging function, the MP - 022W (POWER MATE) also takes various needs into account. It is equipped with a super - bright LED light, which can illuminate your way at night or in case of an emergency.
\r\nThe battery indicator allows you to keep track of the remaining battery of the power bank at any time, so you can always be prepared and avoid any unexpected power - outs.
\r\nIt meets the aviation safety standards and can be taken on the plane. This is undoubtedly a thoughtful guarantee for those who often travel on business or for leisure, allowing you to charge your devices at any time during your journey.
\r\nChoosing the MichPro MP - 022W (POWER MATE) means choosing an efficient, convenient, and safe charging experience. Don't hesitate any longer! Add it to your collection now and let it become your reliable assistant in life and work!
" specifications: '{"Model:":"022W","Capacity:":"20000mAh","Super Fast Charging":"Bright LED"}' colors: null price: '41000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '3000.00' shipping_fee: '1500.00' quantity: 500 created_at: '2025-04-16T08:44:28.000000Z' updated_at: '2025-04-16T16:31:30.000000Z' category: id: 14 name: 'Power Bank' image: 'https://mp-api.michpro.store/categories/ENBhPQai6zo44STu7OtRICltbF4IGPsM1I0RucB3.jpg' description: 'High-end mobile power bank' slug: power-bank created_at: '2024-11-21T07:41:20.000000Z' updated_at: '2024-12-14T16:57:22.000000Z' - id: 122 category_id: 14 name: 'MP - 021W: 20000mAh Power Bank with 18W Fast Charge for Instant Device Boost!' slug: mp-021w-20000mah-power-bank-with-18w-fast-charge-for-instant-device-boost images: - 'https://mp-api.michpro.store/products/25fa8550685c2220bf5875bf926f2b9f_1744790517.jpg' - 'https://mp-api.michpro.store/products/557ee8ead85fad203dd7aff72e7de060_1744790517.jpg' - 'https://mp-api.michpro.store/products/109bf5db769febc550b7fb55cb618cc4_1744790517.jpg' - 'https://mp-api.michpro.store/products/6eb5f05b91a5be74b65bf698322f521b_1744790517.jpg' - 'https://mp-api.michpro.store/products/47994f286ad70a57a842e35b2cb6b8eb_1744790517.jpg' - 'https://mp-api.michpro.store/products/144e64a30b7aa82c4656c1684b7fc8f7_1744790517.jpg' - 'https://mp-api.michpro.store/products/083f117269022ff0e7aa20f7efd93cbe_1744790517.jpg' description: "Are you constantly on the move, relying heavily on your electronic devices? Fret no more! The MichPro MP - 021W is here to be your ultimate power solution, ensuring you stay connected whenever and wherever you are.
\r\n A Trusted Brand: MichPro
MichPro has established itself as a leading name in the power - supply industry. With a reputation for innovation and top - notch quality, we're committed to delivering products that exceed your expectations. When you choose the MP - 021W, you're choosing a product backed by years of expertise and a dedication to excellence.
Robust Capacity: 20000mAh for Endless Energy
The MP - 021W comes with a substantial 20000mAh capacity. Unlike some power banks in the market that make false claims, our power bank guarantees a full 20000mAh. This ample capacity can charge an iPhone 8 approximately eight times, giving you up to 78 hours of continuous use. Whether you're out on a long - day hike, a business trip, or a weekend getaway, this power bank has got your back.
Lightning - Fast 18W Charging
Say goodbye to long charging times! The MP - 021W features 18W fast - charging technology. This means your devices, such as smartphones and tablets, can go from zero to a significant charge in a fraction of the time. You'll be back to using your devices and staying productive in no time, even when your battery is running low.
Simultaneous Dual - Device Charging
In today's digital age, we often have multiple devices that need charging. The MP - 021W addresses this need by allowing you to charge two devices at the same time. It comes with two charging ports: a 2.4A port for standard charging and an 18W port for high - speed charging. This dual - port design is incredibly convenient, saving you time and eliminating the hassle of waiting for one device to charge before starting on another.
Transparent Power Monitoring with LED Indicator
The built - in LED battery indicator is a game - changing feature. It provides real - time information about the remaining power in the power bank. You'll always know exactly how much juice is left, allowing you to plan your charging sessions in advance. No more unpleasant surprises of a dead power bank when you need it the most.
Premium Components for Safe and Cool Charging
The MP - 021W is equipped with MichPro's patented circuit board and Japanese - made battery cells. These high - quality components work together to ensure a stable and efficient charging process. The patented circuit board optimizes the power flow, while the Japanese - made cells offer excellent performance and durability. Moreover, they prevent the power bank from overheating, even during long - term use. The advanced charging protection system also safeguards your devices from over - charging, over - discharging, and short - circuits, providing you with a worry - free charging experience.
Ultra - Portable and Travel - Ready
Designed with mobility in mind, the MP - 021W is extremely portable. Its compact size allows it to fit easily into your pocket or bag, making it a perfect companion for your daily activities. And here's the cherry on top: it's airline - approved. You can take it with you on your flights, ensuring you have power during your journey. Whether you're traveling for business or leisure, this power bank will keep your devices powered up throughout your trip.
High - Quality, Extended Charging Cable
We've included a high - quality charging cable with the MP - 021W. This cable is longer than the ones typically provided with other power banks in the market. The extra length gives you the freedom to charge your devices from a comfortable distance. You can relax on the couch, lie in bed, or work at your desk without being restricted by a short cable. It's all about enhancing your charging convenience.
In conclusion, the MichPro MP - 021W is a versatile, reliable, and high - performance power bank that meets all your charging needs. Don't miss out on this essential gadget for your modern lifestyle. Order yours today and experience the difference!
" specifications: '{"Model:":"021W","Capacity:":"20000mAh","Power:":"15W","Fast Charging ":"Dual Output","Protable":"Airline Approved"}' colors: null price: '38000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '0.00' shipping_fee: '1500.00' quantity: 500 created_at: '2025-04-16T08:01:57.000000Z' updated_at: '2025-04-16T08:01:57.000000Z' category: id: 14 name: 'Power Bank' image: 'https://mp-api.michpro.store/categories/ENBhPQai6zo44STu7OtRICltbF4IGPsM1I0RucB3.jpg' description: 'High-end mobile power bank' slug: power-bank created_at: '2024-11-21T07:41:20.000000Z' updated_at: '2024-12-14T16:57:22.000000Z' - id: 121 category_id: 10 name: 'BL-5C TurboUniversal Battery' slug: bl-5c-turbouniversal-battery images: - 'https://mp-api.michpro.store/products/ec864e50b596faace06c7cce0f290af1_1744704848.png' description: "Introducing the Revolutionary MichPro BL - 5c Battery!
\r\nHey Guys , look at this amazing MichPro BL - 5C battery in the picture!
\r\nA game - changer in the world of mobile power solutions.
\r\n1. High - Capacity at an Affordable Price Our BL - 5c battery boasts an impressive 1300mAh capacity. This means longer usage time for your mobile devices. Despite its high capacity
\r\n\r\n\r\n" specifications: '{"Model ":"BL-5C Turbo","Capacity":"1300mAh"}' colors: null price: '2500.00' featured: 0 top_seller: 0 rating: '0.0' discount: '0.00' shipping_fee: '0.00' quantity: 5000 created_at: '2025-04-15T08:14:08.000000Z' updated_at: '2025-04-15T08:16:29.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 120 category_id: 10 name: 'MichPro 5C ENG' slug: michpro-5c-eng images: - 'https://mp-api.michpro.store/products/c6866b183ed04643ad4528bde7e799d4_1736290143.jpg' - 'https://mp-api.michpro.store/products/9fc54699b73e1855a48b11dbac667a1b_1736290143.jpg' - 'https://mp-api.michpro.store/products/46c3c0321ed5b36db89d0a0c9e6debad_1736290143.jpg' - 'https://mp-api.michpro.store/products/feb38b79fc8c571281d0130ab530bf7c_1736290143.jpg' - 'https://mp-api.michpro.store/products/f63560e948c120f6599e9b13972a172a_1736290143.jpg' description: 'MichPro 5C ENG' specifications: '{"Model":"5C ENG","Capacity":"1020mAh"}' colors: null price: '8000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '0.00' shipping_fee: '0.00' quantity: 5000 created_at: '2025-01-07T22:49:03.000000Z' updated_at: '2025-01-07T22:49:03.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 119 category_id: 10 name: 'MichPro BL-11GI' slug: michpro-bl-11gi images: - 'https://mp-api.michpro.store/products/73d5e0b10f4cd1b840b0baf80138969a_1735197160.png' description: 'MichPro BL-11GI' specifications: '{"Model":"BL-11GI","Capacity":"2400mAh"}' colors: null price: '8000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '0.00' shipping_fee: '0.00' quantity: 5000 created_at: '2024-12-26T07:12:40.000000Z' updated_at: '2024-12-26T07:12:40.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 118 category_id: 10 name: 'MichPro BL_4UL' slug: michpro-bl-4ul images: - 'https://mp-api.michpro.store/products/0770015c07759a6160cef404659526c8_1734601461.png' description: 'MichPro BL_4UL' specifications: '{"Model":"BL_4UL","capacity":"2400mAh"}' colors: null price: '4000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '0.00' shipping_fee: '0.00' quantity: 5000 created_at: '2024-12-19T09:44:21.000000Z' updated_at: '2024-12-19T09:44:21.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 117 category_id: 10 name: 'Mich Pro BL-10BI' slug: mich-pro-bl-10bi images: - 'https://mp-api.michpro.store/products/dea238a4e57f7b90da002a6136569238_1734594325.png' description: 'Mich Pro BL-10BI' specifications: '{"Model ":"Mich Pro BL-10BI","Capacity":"2400mAh"}' colors: null price: '6000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '0.00' shipping_fee: '0.00' quantity: 500 created_at: '2024-12-19T07:45:25.000000Z' updated_at: '2024-12-19T07:45:25.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 116 category_id: 10 name: 'MichPro NOTE 4 / BN910BBK' slug: mich-pro-note-4-bn910bbk images: - 'https://mp-api.michpro.store/products/a78d51d704e5359bb393dcff73caf8ce_1732920970.png' description: 'MichPro NOTE 4/ BN910BBK' specifications: '{"Model":"NOTE 4/ BN910BBK","Capacity":"2500mAh"}' colors: null price: '40000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '0.00' shipping_fee: '0.00' quantity: 2000 created_at: '2024-11-29T22:56:10.000000Z' updated_at: '2024-12-03T21:48:29.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 115 category_id: 10 name: 'MichPro BL-10CT' slug: michpro-bl-10ct images: - 'https://mp-api.michpro.store/products/a43afa85c910554f1329cefc669c85c8_1732637080.jpg' description: 'MichPro Battery BL-10CT' specifications: '{"Model:":"BL-10CT","Capacity":"3000mAh"}' colors: null price: '5000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '350.00' shipping_fee: '0.00' quantity: 2000 created_at: '2024-11-26T16:04:40.000000Z' updated_at: '2024-11-26T16:04:40.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 114 category_id: 10 name: 'MichPro BL-20NT' slug: michpro-bl-20nt images: - 'https://mp-api.michpro.store/products/9b8d2420cfa09e520abc1f295d21c2f1_1738346551.jpg' description: 'MichPro BL-20NT' specifications: '{"Model:":"BL-20NT","Capacity:":"5400mAh"}' colors: null price: '3000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '450.00' shipping_fee: '0.00' quantity: 5000 created_at: '2024-11-26T15:43:59.000000Z' updated_at: '2025-01-31T18:02:31.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 113 category_id: 15 name: 'True Power, Dual Fast Charging, 6 Fold Protection with Night Light!MICHPRO Mp 201C Charger' slug: michpro-2usb-2-4a-fast-charging-usb-tc-data-cable-1m-black images: - 'https://mp-api.michpro.store/products/4e0c7c3f6a28e8c007f5b1b09619246c_1745132862.jpg' - 'https://mp-api.michpro.store/products/915ec7501a2666063881bf6280c74190_1745132862.jpg' - 'https://mp-api.michpro.store/products/e18b282c7281a5dceb7baedef56e2293_1745132862.jpg' - 'https://mp-api.michpro.store/products/f995214fda7e29cd441ad5096f0681de_1745132862.jpg' - 'https://mp-api.michpro.store/products/c70f9172727e3205fc849793858bd204_1745132862.jpg' - 'https://mp-api.michpro.store/products/993cad5302bba6658b075bb52b716a58_1745132862.jpg' - 'https://mp-api.michpro.store/products/47bb0612ec1787d3c0b93b9a6183b47a_1745132862.jpg' - 'https://mp-api.michpro.store/products/2beb219d4049c685fac9a79cec12a52e_1745132862.jpg' description: "MICHPRO Mp 201C Charger: True Power, Dual Fast Charging, 6 Fold Protection with Night Light!
\r\n\r\n
True Power, A Trustworthy Choice
\r\nIn the current market, many chargers have false power markings. The power stated on the packaging is far from the actual one. However, MICHPRO has always adhered to integrity. The power marked on the Mp 201C charger is the real power. What you see is what you get. You can buy it with complete peace of mind.
\r\n2.4A Dual USB Ports, Double Fast Charging
\r\nThe Mp 201C is equipped with two USB charging ports, both supporting 2.4A fast charging. Whether you want to charge your phone and tablet simultaneously or power up other devices, it can achieve fast charging efficiently, meeting your multi device charging needs.
\r\nBuilt in Night Light, Technological and Practical
\r\nThis charger is uniquely equipped with a night light, showing a sense of technology. At night when charging, it can serve as a night light, providing dim lighting for your night activities, preventing you from bumping in the dark and adding convenience to your life.
\r\nCharge Two Devices Simultaneously without Losing Speed
\r\nEven when connecting two different devices for charging at the same time, the Mp 201C can intelligently distribute the current to ensure that each device is charged at a speed of 2.4A. The charging efficiency remains unaffected, allowing your devices to quickly return to a full charged state.
\r\nHigh end Chip, 6 Fold Protection
\r\nIt uses a high end customized chip with 6 fold protection functions. It can intelligently recognize the device's needs and achieve precise charging. When the device is fully charged, it will automatically cut off the power to prevent over charging from damaging the battery, providing all round protection for your device.
\r\nHigh quality Materials, British Design
\r\nMade of high quality materials, it ensures the charger's durability and stability. It is carefully designed by a British designer, with a fashionable and unique appearance. It is not only a practical charging tool but also a home item that enhances the style.
\r\n\r\n
\r\n
Product Parameters
\r\n\r\n
Product Package Contents
\r\nWarranty
\r\nMIchPro 5C BLACK
' specifications: '{"Model":"5C BLACK","Capacity":"1500mAh"}' colors: null price: '3000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '2.00' shipping_fee: '0.00' quantity: 0 created_at: '2024-11-21T10:19:22.000000Z' updated_at: '2025-04-15T11:04:40.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 109 category_id: 14 name: 'MichPro 10000mAh Powerbank - Black' slug: michpro-10000mah-powerbank-black images: - 'https://mp-api.michpro.store/products/d2bc27203e9bb23fde5e0bcea3caed8d_1732176445.jpg' - 'https://mp-api.michpro.store/products/6d739b7651e335deb1a9dc6ebc5a3bd5_1732176445.jpg' - 'https://mp-api.michpro.store/products/d208a4850e516ca3dfb71a4dffb1969e_1732176445.jpg' - 'https://mp-api.michpro.store/products/3d1bda0e7d297c26526bef2c580923da_1732176445.jpg' description: "Description\r\nThe MichPro 10000mAh Powerbank in black is engineered for those who demand reliable power on the go. With a robust lithium polymer battery, it offers an impressive capacity of 10000mAh, ensuring your devices stay charged throughout the day. Featuring versatile charging options, the power bank includes Type-C, Micro, and USB-A ports, allowing you to charge multiple devices simultaneously. Its 15W charging capability delivers fast and efficient power, with outputs of up to 2.1A for USB-A ports. The compact and slim design makes it easy to carry, while the LED indicator keeps you informed of the battery level. Ideal for travel, this power bank is a perfect companion for anyone needing dependable power access anytime, anywhere.\r\n\r\nSpecification\r\nBattery Capacity: 10000mAh\r\nBattery Type: Lithium Polymer\r\nType-C Input: 5V/2.4A, 9V/2A, 12V/1.5A\r\nMicro Input: 5V/2A, 9V/2A, 12V/1.5A\r\nType-C Output: 5V/3A, 9V/2.22A, 12V/1.67A 15W Max\r\nUSB-A Output: 5V/3A, 9V/2A, 12V/1.5A 15W Max\r\n\r\nFeatures\r\nMicro Port\r\nUSB-A Port\r\nUSB-C Port\r\nCompact & Slim\r\nLED Indicator\r\nCharge Multiple Devices\r\n15W & 2.1A Charging" specifications: '{"Model":"011W","Capacity":"10000mAh","*":"Compact & Slim"}' colors: null price: '15000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '0.00' shipping_fee: '0.00' quantity: 1000 created_at: '2024-11-21T08:07:25.000000Z' updated_at: '2025-01-20T16:37:40.000000Z' category: id: 14 name: 'Power Bank' image: 'https://mp-api.michpro.store/categories/ENBhPQai6zo44STu7OtRICltbF4IGPsM1I0RucB3.jpg' description: 'High-end mobile power bank' slug: power-bank created_at: '2024-11-21T07:41:20.000000Z' updated_at: '2024-12-14T16:57:22.000000Z' - id: 108 category_id: 13 name: 'MichPro BL-30VX' slug: mich-pro-bl-30vx images: - 'https://mp-api.michpro.store/products/4d388b38d0921a1afda72473c82e33fc_1731739937.jpg' - 'https://mp-api.michpro.store/products/071bdf356deb3ed9b022b71004f0756f_1731739937.jpg' - 'https://mp-api.michpro.store/products/b14962653f3ca5745425f61324089ed3_1731739937.jpg' - 'https://mp-api.michpro.store/products/806e343f295b73c2c8ccdb876e8c5d35_1731739937.jpg' description: 'MichPro BL-30VX' specifications: '{"Capacity":"3250mAh","Model":"BL-30VX"}' colors: null price: '30000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '30.00' shipping_fee: '0.00' quantity: 5000 created_at: '2024-11-16T06:52:17.000000Z' updated_at: '2024-11-21T06:20:41.000000Z' category: id: 13 name: 'Built-in Phone Battery' image: 'https://mp-api.michpro.store/categories/NifRfsL3egxfmE7FF0RTpghP4SKAaIOhlyQuZzXR.jpg' description: 'Ultra-high capacity series, give you the longest time to enjoy standby, MichPro exclusive patented technology, longer battery life, temperature control.' slug: built-in-phone-battery created_at: '2024-11-21T06:19:46.000000Z' updated_at: '2024-11-21T06:19:46.000000Z' - id: 107 category_id: 13 name: 'MichPro BL-34BT' slug: mich-pro-bl-34bt images: - 'https://mp-api.michpro.store/products/86ad6d19c381ad2c98af2154ad277e2e_1731739731.jpg' - 'https://mp-api.michpro.store/products/16ea6312cd77f72645cc28a7acfe0f6a_1731739731.jpg' - 'https://mp-api.michpro.store/products/ab2f6e62fa966b13eef6f15f80994c70_1731739731.jpg' - 'https://mp-api.michpro.store/products/9acad249681023e9d741e76bcca32547_1731739731.jpg' description: 'Mich Pro BL-34BT' specifications: '{"Model ":"Mich Pro BL-34BT","Capacity":"4300mAh"}' colors: null price: '30000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '20.00' shipping_fee: '0.00' quantity: 5000 created_at: '2024-11-16T06:48:51.000000Z' updated_at: '2024-11-21T07:36:40.000000Z' category: id: 13 name: 'Built-in Phone Battery' image: 'https://mp-api.michpro.store/categories/NifRfsL3egxfmE7FF0RTpghP4SKAaIOhlyQuZzXR.jpg' description: 'Ultra-high capacity series, give you the longest time to enjoy standby, MichPro exclusive patented technology, longer battery life, temperature control.' slug: built-in-phone-battery created_at: '2024-11-21T06:19:46.000000Z' updated_at: '2024-11-21T06:19:46.000000Z' - id: 106 category_id: 13 name: 'MichPro BL-36BT' slug: mich-pro-bl-36bt images: - 'https://mp-api.michpro.store/products/2fe34bb9314a8f839aa59b20c79b44f6_1731739464.jpg' - 'https://mp-api.michpro.store/products/3db3153413409067c1a82f9469c6cc23_1731739464.jpg' - 'https://mp-api.michpro.store/products/b180010bf256f8d00acaa20c9bdefc75_1731739464.jpg' description: 'Mich Pro BL-36BT' specifications: '{"Model":"Mich Pro BL-36BT","Capacity":"4000mAh"}' colors: null price: '30000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '20.00' shipping_fee: '0.00' quantity: 5000 created_at: '2024-11-16T06:44:24.000000Z' updated_at: '2024-11-21T07:37:04.000000Z' category: id: 13 name: 'Built-in Phone Battery' image: 'https://mp-api.michpro.store/categories/NifRfsL3egxfmE7FF0RTpghP4SKAaIOhlyQuZzXR.jpg' description: 'Ultra-high capacity series, give you the longest time to enjoy standby, MichPro exclusive patented technology, longer battery life, temperature control.' slug: built-in-phone-battery created_at: '2024-11-21T06:19:46.000000Z' updated_at: '2024-11-21T06:19:46.000000Z' - id: 105 category_id: 13 name: 'MichPro BL-39KX/39EX' slug: mich-pro-bl-39kx-39ex images: - 'https://mp-api.michpro.store/products/68855244dd4b8bb9137d6610c9c46a80_1731739157.jpg' - 'https://mp-api.michpro.store/products/58f45d2e099fa37ed2900b6aaeeb3076_1731739157.jpg' - 'https://mp-api.michpro.store/products/d79a603d71330cf1636df5af7d57b25d_1731739157.jpg' - 'https://mp-api.michpro.store/products/bb0c615fb2bdd66e7ce681891bf64aef_1731739157.jpg' description: 'Mich Pro BL-39KX' specifications: '{"Model":"Mich Pro BL-39KX","Capacity":"4300mAh"}' colors: null price: '34000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '15.00' shipping_fee: '0.00' quantity: 5000 created_at: '2024-11-16T06:39:17.000000Z' updated_at: '2024-11-21T07:37:34.000000Z' category: id: 13 name: 'Built-in Phone Battery' image: 'https://mp-api.michpro.store/categories/NifRfsL3egxfmE7FF0RTpghP4SKAaIOhlyQuZzXR.jpg' description: 'Ultra-high capacity series, give you the longest time to enjoy standby, MichPro exclusive patented technology, longer battery life, temperature control.' slug: built-in-phone-battery created_at: '2024-11-21T06:19:46.000000Z' updated_at: '2024-11-21T06:19:46.000000Z' - id: 104 category_id: 13 name: 'MichPro BL-43BX' slug: mich-pro-bl-43bx images: - 'https://mp-api.michpro.store/products/5f22fcc6596a792b1a332472f471e350_1731738763.jpg' - 'https://mp-api.michpro.store/products/f599e558b90c27f7249cf7d8d930c3a8_1731738763.jpg' - 'https://mp-api.michpro.store/products/ffbab3aa744a53da46ffe3d532ee4af3_1731738763.jpg' - 'https://mp-api.michpro.store/products/01e9e144da7a38c9f209f0ab899fb7c3_1731738763.jpg' description: 'Mich Pro BL-43BX' specifications: '{"Model":"Mich Pro BL-43BX","Capacity":"4300mAh"}' colors: null price: '80000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '60.00' shipping_fee: '0.00' quantity: 5000 created_at: '2024-11-16T06:32:43.000000Z' updated_at: '2024-11-21T07:37:56.000000Z' category: id: 13 name: 'Built-in Phone Battery' image: 'https://mp-api.michpro.store/categories/NifRfsL3egxfmE7FF0RTpghP4SKAaIOhlyQuZzXR.jpg' description: 'Ultra-high capacity series, give you the longest time to enjoy standby, MichPro exclusive patented technology, longer battery life, temperature control.' slug: built-in-phone-battery created_at: '2024-11-21T06:19:46.000000Z' updated_at: '2024-11-21T06:19:46.000000Z' - id: 103 category_id: 13 name: 'MichPro BL-49DT-49DI' slug: mich-pro-bl-49dt-49di images: - 'https://mp-api.michpro.store/products/abe5deddc3ac1b823c0f75493616f854_1731738463.jpg' - 'https://mp-api.michpro.store/products/99837981a3c4e484d0b91e3d249325c9_1731738463.jpg' - 'https://mp-api.michpro.store/products/03dbaa395565d49ae16659d6889144f8_1731738463.jpg' - 'https://mp-api.michpro.store/products/6ea1d933defa32d86d5033906fdaf722_1731738463.jpg' description: 'Mich Pro BL-49DT-49DI' specifications: '{"Model":"Mich Pro BL-49DT-49DI","Capacity":"5300mAh"}' colors: null price: '60000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '30.00' shipping_fee: '0.00' quantity: 30000 created_at: '2024-11-16T06:27:43.000000Z' updated_at: '2024-11-21T07:38:19.000000Z' category: id: 13 name: 'Built-in Phone Battery' image: 'https://mp-api.michpro.store/categories/NifRfsL3egxfmE7FF0RTpghP4SKAaIOhlyQuZzXR.jpg' description: 'Ultra-high capacity series, give you the longest time to enjoy standby, MichPro exclusive patented technology, longer battery life, temperature control.' slug: built-in-phone-battery created_at: '2024-11-21T06:19:46.000000Z' updated_at: '2024-11-21T06:19:46.000000Z' - id: 102 category_id: 13 name: 'MichPro BL-49ET' slug: mich-pro-bl-49et images: - 'https://mp-api.michpro.store/products/eaef510b5b615a5f28ad15ecbfbdb9bc_1731738061.jpg' - 'https://mp-api.michpro.store/products/1fd212fcde1b1498f77e52a3ca1b1153_1731738061.jpg' - 'https://mp-api.michpro.store/products/530744b7e2ada257d3358a5caaf42004_1731738061.jpg' - 'https://mp-api.michpro.store/products/b55f4bd80996a2ecd9a958a83e3c5c54_1731738061.jpg' description: 'Mich Pro BL-49ET' specifications: '{"Model":"Mich Pro BL-49ET","Capacity":"5300mAh"}' colors: null price: '50000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '40.00' shipping_fee: '0.00' quantity: 30000 created_at: '2024-11-16T06:21:01.000000Z' updated_at: '2024-11-21T07:38:47.000000Z' category: id: 13 name: 'Built-in Phone Battery' image: 'https://mp-api.michpro.store/categories/NifRfsL3egxfmE7FF0RTpghP4SKAaIOhlyQuZzXR.jpg' description: 'Ultra-high capacity series, give you the longest time to enjoy standby, MichPro exclusive patented technology, longer battery life, temperature control.' slug: built-in-phone-battery created_at: '2024-11-21T06:19:46.000000Z' updated_at: '2024-11-21T06:19:46.000000Z' - id: 101 category_id: 10 name: 'Ultra High Capacity BL-49FT' slug: mich-pro-bl-49ft images: - 'https://mp-api.michpro.store/products/91254eb081be39bea6d43f6e32bbf212_1731737801.jpg' - 'https://mp-api.michpro.store/products/a74d2de442bb6d89000532cbc1001678_1731737801.jpg' - 'https://mp-api.michpro.store/products/b620fe2b39c79b327328514615d923ea_1731737801.jpg' - 'https://mp-api.michpro.store/products/e5b56aaad9fec233308615b8be2a570f_1731737801.jpg' description: 'Mich Pro BL-49FT for X650/X655/X656/X665/X657/HOT8/ CD7/P0P4/P0P6/KG6/KD7/BE7/BE8/KE5/P17/KD6/S17/S18/KF7/P38' specifications: '{"Model":"Mich Pro BL-49FT","Capacity":"5200mAh"}' colors: null price: '18000.00' featured: 1 top_seller: 1 rating: '0.0' discount: '30.00' shipping_fee: '0.00' quantity: 20000 created_at: '2024-11-16T06:16:41.000000Z' updated_at: '2024-11-19T06:55:42.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 100 category_id: 13 name: 'MichPro BL-49GT' slug: mich-pro-bl-49gt images: - 'https://mp-api.michpro.store/products/173d613e710e35facf39111c5c53f7fb_1731735297.jpg' - 'https://mp-api.michpro.store/products/ca164abdc17f030d0901270ea9b35956_1731735297.jpg' - 'https://mp-api.michpro.store/products/964f5ae46f188293fd5491d0b53be072_1731735297.jpg' description: 'Mich Pro BL-49GT' specifications: '{"Model":"Mich Pro BL-49GT","Capacity":"5200mAh"}' colors: null price: '50000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '40.00' shipping_fee: '0.00' quantity: 30000 created_at: '2024-11-16T05:34:57.000000Z' updated_at: '2024-11-21T07:39:10.000000Z' category: id: 13 name: 'Built-in Phone Battery' image: 'https://mp-api.michpro.store/categories/NifRfsL3egxfmE7FF0RTpghP4SKAaIOhlyQuZzXR.jpg' description: 'Ultra-high capacity series, give you the longest time to enjoy standby, MichPro exclusive patented technology, longer battery life, temperature control.' slug: built-in-phone-battery created_at: '2024-11-21T06:19:46.000000Z' updated_at: '2024-11-21T06:19:46.000000Z' - id: 99 category_id: 13 name: 'MichPro BL-51BX' slug: mich-pro-bl-51bx images: - 'https://mp-api.michpro.store/products/7a1af149f977782fe7de3253b9037ba5_1731734912.jpg' - 'https://mp-api.michpro.store/products/84441ea942b572bd837efb032f2c6570_1731734912.jpg' - 'https://mp-api.michpro.store/products/3fb1a1f021ad1f499cb739e18650f992_1731734912.jpg' description: 'Mich Pro BL-51BX' specifications: '{"Model":"Mich Pro BL-51BX","Capacity":"5300mAh"}' colors: null price: '30000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '30.00' shipping_fee: '0.00' quantity: 20000 created_at: '2024-11-16T05:28:32.000000Z' updated_at: '2024-11-21T07:39:30.000000Z' category: id: 13 name: 'Built-in Phone Battery' image: 'https://mp-api.michpro.store/categories/NifRfsL3egxfmE7FF0RTpghP4SKAaIOhlyQuZzXR.jpg' description: 'Ultra-high capacity series, give you the longest time to enjoy standby, MichPro exclusive patented technology, longer battery life, temperature control.' slug: built-in-phone-battery created_at: '2024-11-21T06:19:46.000000Z' updated_at: '2024-11-21T06:19:46.000000Z' - id: 98 category_id: 10 name: 'MichPro BL-15DI' slug: mich-pro-bl-15di images: - 'https://mp-api.michpro.store/products/f9daec6f77b48eb52457a9602c44c242_1731667502.jpg' - 'https://mp-api.michpro.store/products/0aa0ff301f1ee3f7f144e9c98fb3e128_1731667502.jpg' - 'https://mp-api.michpro.store/products/35b062d2a8fa16b2182427f245ccaf85_1731667502.jpg' - 'https://mp-api.michpro.store/products/d276a3333c4de06d964aebcb1aab14db_1731667502.jpg' description: 'Mich Pro BL-15DI' specifications: '{"Capacity":"1500mAh","Model":"BL-15DI"}' colors: null price: '40000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '10.00' shipping_fee: '0.00' quantity: 4000 created_at: '2024-11-15T10:45:02.000000Z' updated_at: '2024-11-21T09:58:48.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 97 category_id: 10 name: 'Mich Pro BL-25IT' slug: mich-pro-bl-25it images: - 'https://mp-api.michpro.store/products/f15ca5d244668e4fa6756d60bde434d3_1731665997.jpg' - 'https://mp-api.michpro.store/products/e833b012b59f0b51dc83fb1bc343e537_1731665997.jpg' - 'https://mp-api.michpro.store/products/0e58ca30eef962de91e25ebaac8aab09_1731665997.jpg' - 'https://mp-api.michpro.store/products/78b0298de41797d5b8f84cfc03368dbb_1731665997.jpg' description: 'Mich Pro BL-25IT' specifications: '{"Model":"Mich Pro BL-25IT","Capacity":"2800mAh"}' colors: null price: '40000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '20.00' shipping_fee: '0.00' quantity: 4000 created_at: '2024-11-15T10:19:57.000000Z' updated_at: '2024-11-15T10:19:57.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 96 category_id: 10 name: 'Mich Pro BL-11CI' slug: mich-pro-bl-11ci images: - 'https://mp-api.michpro.store/products/bc94ec3b80b56a1504185fdebe144efd_1731665103.jpg' - 'https://mp-api.michpro.store/products/15d2a086bd2b918d496226e9cc34f1ed_1731665103.jpg' - 'https://mp-api.michpro.store/products/b136d7539bdb67b7c446df1e72e15104_1731665103.jpg' - 'https://mp-api.michpro.store/products/5a7fd37830c262faecc3c6bc088a075f_1731665103.jpg' description: 'Mich Pro BL-11CI' specifications: '{"Model":"Mich Pro BL-11CI","Capacity":"1300mAh"}' colors: null price: '30000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '10.00' shipping_fee: '0.00' quantity: 2000 created_at: '2024-11-15T10:05:03.000000Z' updated_at: '2024-11-15T10:05:03.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 95 category_id: 10 name: 'Mich Pro C1' slug: mich-pro-c1-2 images: - 'https://mp-api.michpro.store/products/80fba91af31bbff8f9b65d293ddc0f4d_1731408609.jpg' - 'https://mp-api.michpro.store/products/dc1ccd2d33fe35a859d7a3f524327fe9_1731408609.jpg' - 'https://mp-api.michpro.store/products/782ddcef2d28cbe6f344b438d1648f13_1731408609.jpg' - 'https://mp-api.michpro.store/products/03e7b26c4f13e5347f8049c99429ec83_1731408609.jpg' description: 'Mich Pro C1' specifications: '{"Model":"Mich Pro C1 ","Capapcity":"2500mAh"}' colors: null price: '40000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '10.00' shipping_fee: '0.00' quantity: 3000 created_at: '2024-11-12T10:50:09.000000Z' updated_at: '2024-11-12T10:50:09.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 94 category_id: 10 name: 'Mich Pro BL - 4LT' slug: mich-pro-bl-4lt images: - 'https://mp-api.michpro.store/products/f87e86c0edccc22ccf9969752cc78d95_1731408243.jpg' - 'https://mp-api.michpro.store/products/f48f1d84de12747f9aa807f322be694f_1731408243.jpg' - 'https://mp-api.michpro.store/products/a15cb8ba7dc7f0f694af88e619a5506b_1731408243.jpg' - 'https://mp-api.michpro.store/products/b28ba692443c54d652a6bcbdcc5d6147_1731408243.jpg' description: 'Mich Pro BL - 4LT' specifications: '{"Model":"Mich Pro BL - 4LT","Capacity":"1500mAh"}' colors: null price: '20000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '20.00' shipping_fee: '0.00' quantity: 2000 created_at: '2024-11-12T10:44:03.000000Z' updated_at: '2024-11-12T10:44:03.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 93 category_id: 10 name: 'Mich Pro C1' slug: mich-pro-c1 images: - 'https://mp-api.michpro.store/products/35dcbade999c2ef9fb736ff89948701b_1731407656.jpg' - 'https://mp-api.michpro.store/products/e41c69376c2116302ba157b562864ce9_1731407656.jpg' - 'https://mp-api.michpro.store/products/391ea74a8b5407f58d2b223ebe969a12_1731407656.jpg' - 'https://mp-api.michpro.store/products/5dd9282f95e02ba18e8add851dad735a_1731407656.jpg' description: 'Mich Pro C1' specifications: '{"Model":"Mich Pro C1 ","Capapcity":"2500mAh"}' colors: null price: '40000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '10.00' shipping_fee: '0.00' quantity: 3000 created_at: '2024-11-12T10:34:16.000000Z' updated_at: '2024-11-12T10:34:16.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 92 category_id: 10 name: 'Mich Pro C2' slug: mich-pro-c2 images: - 'https://mp-api.michpro.store/products/8a8b64f6a7b23acbdaf8cc59c58c5d08_1731405390.jpg' - 'https://mp-api.michpro.store/products/4dd9b8286f2fe8ca84491e01f9e29e14_1731405390.jpg' - 'https://mp-api.michpro.store/products/45f99d1ed446f81c548f627006151ae9_1731405390.jpg' - 'https://mp-api.michpro.store/products/8380f718697ef0a1acc9b80c3fba21f7_1731405390.jpg' description: 'Mich Pro C2' specifications: '{"Model":"Mich Pro C2","Capacity":"2800mAh"}' colors: null price: '30000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '15.00' shipping_fee: '0.00' quantity: 4000 created_at: '2024-11-12T09:56:30.000000Z' updated_at: '2024-11-12T09:56:30.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 91 category_id: 10 name: 'Mich Pro MG900' slug: mich-pro-mg900 images: - 'https://mp-api.michpro.store/products/f85034fbb433944b2eead4f1d7e57dd6_1731403268.jpg' - 'https://mp-api.michpro.store/products/8bfd07a9ede65d0b406d3c9c892a1a96_1731403268.jpg' - 'https://mp-api.michpro.store/products/00af6bad2b73b0f75e62a4271768c7a0_1731403268.jpg' - 'https://mp-api.michpro.store/products/27e31d166549cfac049d29f47873432f_1731403268.jpg' description: 'MICH Pro MG900' specifications: '{"Model ":"MICH Pro MG900","Capacity":"2800mAh"}' colors: null price: '50000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '20.00' shipping_fee: '0.00' quantity: 4090 created_at: '2024-11-12T09:21:08.000000Z' updated_at: '2024-11-12T09:27:51.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 90 category_id: 10 name: 'Mich Pro Vivo65' slug: mich-pro-vivo65-2 images: - 'https://mp-api.michpro.store/products/ec13102327aed8b8de11edab2c7c43ad_1731401867.jpg' - 'https://mp-api.michpro.store/products/7e46e121eb4fe0b90956d60f0d5cf202_1731401867.jpg' - 'https://mp-api.michpro.store/products/3509362f6314073e864fd957571addc7_1731401867.jpg' - 'https://mp-api.michpro.store/products/23485844ba0901f525c5dc0d2819f296_1731401867.jpg' description: 'Mich Pro Vivo65' specifications: '{"Model":"Mich Pro Vivo65","Capacity":"1900mAh"}' colors: null price: '40000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '35000.00' shipping_fee: '0.00' quantity: 5000 created_at: '2024-11-12T08:57:47.000000Z' updated_at: '2024-11-12T08:57:47.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 89 category_id: 10 name: 'Mich Pro Vivo65' slug: mich-pro-vivo65 images: - 'https://mp-api.michpro.store/products/7f3e5467bc621ec623e446edec5c7787_1731401844.jpg' - 'https://mp-api.michpro.store/products/b9c15821caf55182c31b54c16ba6ada2_1731401844.jpg' - 'https://mp-api.michpro.store/products/950da82b0f41abd53149bf9a4838f16b_1731401844.jpg' - 'https://mp-api.michpro.store/products/14b07e4b39244a4287531ffc51f4ef90_1731401844.jpg' description: 'Mich Pro Vivo65' specifications: '{"Model":"Mich Pro Vivo65","Capacity":"1900mAh"}' colors: null price: '40000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '35000.00' shipping_fee: '0.00' quantity: 5000 created_at: '2024-11-12T08:57:24.000000Z' updated_at: '2024-11-12T08:57:24.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 88 category_id: 10 name: 'Mich Pro Vivo77' slug: mich-pro-vivo77 images: - 'https://mp-api.michpro.store/products/6ee003ed066c4825216e0e04a9224f53_1731401205.jpg' - 'https://mp-api.michpro.store/products/55314746a5b30810cffdb80d425dc994_1731401205.jpg' - 'https://mp-api.michpro.store/products/81ace6779474dd9a0761cb7a9a7ec7a2_1731401205.jpg' - 'https://mp-api.michpro.store/products/5f3a4b62cf11f5549bc146ead26b2113_1731401205.jpg' description: 'Mich Pro Vivo77' specifications: '{"Model":"Mich Pro Vivo77","Capacity":"2100mAh"}' colors: null price: '34000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '30000.00' shipping_fee: '0.00' quantity: 5000 created_at: '2024-11-12T08:46:45.000000Z' updated_at: '2024-11-12T08:46:45.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 87 category_id: 10 name: 'Mich Pro DCO25' slug: dco25 images: - 'https://mp-api.michpro.store/products/b79967f40a6122c564bda075a1aa4d52_1731366155.png' description: DCO25 specifications: '{"Model":"DCO25","Capacity":"2400mAh"}' colors: null price: '5000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '4500.00' shipping_fee: '0.00' quantity: 3000 created_at: '2024-11-11T23:02:35.000000Z' updated_at: '2024-11-12T08:01:56.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 86 category_id: 10 name: 'Mich Pro BM41/MI41' slug: bm41-mi41 images: - 'https://mp-api.michpro.store/products/dd71dde7abf4e8902eab9d38d11229e6_1731366016.png' description: BM41/MI41 specifications: '{"Model":"BM41/MI41","Capacity":"3000mAh"}' colors: null price: '7000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '6700.00' shipping_fee: '0.00' quantity: 5000 created_at: '2024-11-11T23:00:16.000000Z' updated_at: '2024-11-12T08:02:35.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 85 category_id: 10 name: 'Mich Pro BL-25FT' slug: mich-pro-bl-25ft images: - 'https://mp-api.michpro.store/products/f05da07ba065633406ffbbd1692c5e8b_1731365880.png' description: 'Mich Pro BL-25FT' specifications: '{"Model":"Mich Pro BL-25FT","Capacity":"1700mAh"}' colors: null price: '3000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '2500.00' shipping_fee: '0.00' quantity: 4000 created_at: '2024-11-11T22:58:00.000000Z' updated_at: '2024-11-12T06:48:12.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' items: type: object properties: id: type: integer example: 134 category_id: type: integer example: 10 name: type: string example: 'Mi Battery BM-45' slug: type: string example: mi-battery-bm-45 images: type: array example: - 'https://mp-api.michpro.store/products/5963b8094f679551004cd7d10f1de0f0_1745502974.png' - 'https://mp-api.michpro.store/products/600b9200e1f8a8683c332558024bdcef_1745502974.png' items: type: string description: type: string example: 'Mi Battery BM-45
' specifications: type: string example: '{"Model":"BM-45 Mi"}' colors: type: string example: null price: type: string example: '3500.00' featured: type: integer example: 0 top_seller: type: integer example: 0 rating: type: string example: '0.0' discount: type: string example: '50.00' shipping_fee: type: string example: '1000.00' quantity: type: integer example: 1000 created_at: type: string example: '2025-04-24T13:56:14.000000Z' updated_at: type: string example: '2025-04-24T13:56:14.000000Z' category: type: object properties: id: type: integer example: 10 name: type: string example: 'External Phone Battery' image: type: string example: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: type: string example: 'High-end external mobile phone battery, high capacity, long standby.' slug: type: string example: batteries created_at: type: string example: '2024-09-02T09:20:53.000000Z' updated_at: type: string example: '2024-11-21T06:15:29.000000Z' first_page_url: type: string example: 'https://mp-api.michpro.store/api/v1/products?page=1' from: type: integer example: 1 last_page: type: integer example: 2 last_page_url: type: string example: 'https://mp-api.michpro.store/api/v1/products?page=2' links: type: array example: - url: null label: '« Previous' active: false - url: 'https://mp-api.michpro.store/api/v1/products?page=1' label: '1' active: true - url: 'https://mp-api.michpro.store/api/v1/products?page=2' label: '2' active: false - url: 'https://mp-api.michpro.store/api/v1/products?page=2' label: 'Next »' active: false items: type: object properties: url: type: string example: null label: type: string example: '« Previous' active: type: boolean example: false next_page_url: type: string example: 'https://mp-api.michpro.store/api/v1/products?page=2' path: type: string example: 'https://mp-api.michpro.store/api/v1/products' per_page: type: integer example: 50 prev_page_url: type: string example: null to: type: integer example: 50 total: type: integer example: 91 tags: - Products security: [] '/api/v1/products/{product_slug}': get: summary: "Get A Product's Details." operationId: getAProductsDetails description: '' parameters: [] responses: 200: description: '' content: application/json: schema: type: object example: code: 200 message: 'Product Detail Fetched Successfully' data: id: 44 category_id: 10 name: 'Mich Pro BL-24EI' slug: mich-pro-bl-24ei images: - 'https://mp-api.michpro.store/products/af0cfe246fec98a8d327de594929ca0e_1731197070.jpg' - 'https://mp-api.michpro.store/products/fd27cfe9cc4c9f7569ae2f0acfc3b300_1731197070.jpg' - 'https://mp-api.michpro.store/products/673964152a67757f4cbb81b82130e4f4_1731197070.jpg' description: 'Mich Pro BL-24EI' specifications: '{"Model":"BL-24EI","Capacity":"2800mAh"}' colors: null price: '34000.00' featured: 1 top_seller: 1 rating: '0.0' discount: '2300.00' shipping_fee: '0.00' quantity: 50 created_at: '2024-09-02T09:25:38.000000Z' updated_at: '2024-11-10T00:04:30.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' properties: code: type: integer example: 200 message: type: string example: 'Product Detail Fetched Successfully' data: type: object properties: id: type: integer example: 44 category_id: type: integer example: 10 name: type: string example: 'Mich Pro BL-24EI' slug: type: string example: mich-pro-bl-24ei images: type: array example: - 'https://mp-api.michpro.store/products/af0cfe246fec98a8d327de594929ca0e_1731197070.jpg' - 'https://mp-api.michpro.store/products/fd27cfe9cc4c9f7569ae2f0acfc3b300_1731197070.jpg' - 'https://mp-api.michpro.store/products/673964152a67757f4cbb81b82130e4f4_1731197070.jpg' items: type: string description: type: string example: 'Mich Pro BL-24EI' specifications: type: string example: '{"Model":"BL-24EI","Capacity":"2800mAh"}' colors: type: string example: null price: type: string example: '34000.00' featured: type: integer example: 1 top_seller: type: integer example: 1 rating: type: string example: '0.0' discount: type: string example: '2300.00' shipping_fee: type: string example: '0.00' quantity: type: integer example: 50 created_at: type: string example: '2024-09-02T09:25:38.000000Z' updated_at: type: string example: '2024-11-10T00:04:30.000000Z' category: type: object properties: id: type: integer example: 10 name: type: string example: 'External Phone Battery' image: type: string example: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: type: string example: 'High-end external mobile phone battery, high capacity, long standby.' slug: type: string example: batteries created_at: type: string example: '2024-09-02T09:20:53.000000Z' updated_at: type: string example: '2024-11-21T06:15:29.000000Z' tags: - Products security: [] parameters: - in: path name: product_slug description: 'The slug of the product.' example: mich-pro-bl-24ei required: true schema: type: string '/api/v1/products/similar/{product_slug}': get: summary: 'Get Similar Products' operationId: getSimilarProducts description: '' parameters: [] responses: 200: description: '' content: application/json: schema: type: object example: code: 200 message: 'Products Fetched Successfully!' data: current_page: 1 data: - id: 134 category_id: 10 name: 'Mi Battery BM-45' slug: mi-battery-bm-45 images: - 'https://mp-api.michpro.store/products/5963b8094f679551004cd7d10f1de0f0_1745502974.png' - 'https://mp-api.michpro.store/products/600b9200e1f8a8683c332558024bdcef_1745502974.png' description: 'Mi Battery BM-45
' specifications: '{"Model":"BM-45 Mi"}' colors: null price: '3500.00' featured: 0 top_seller: 0 rating: '0.0' discount: '50.00' shipping_fee: '1000.00' quantity: 1000 created_at: '2025-04-24T13:56:14.000000Z' updated_at: '2025-04-24T13:56:14.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 121 category_id: 10 name: 'BL-5C TurboUniversal Battery' slug: bl-5c-turbouniversal-battery images: - 'https://mp-api.michpro.store/products/ec864e50b596faace06c7cce0f290af1_1744704848.png' description: "Introducing the Revolutionary MichPro BL - 5c Battery!
\r\nHey Guys , look at this amazing MichPro BL - 5C battery in the picture!
\r\nA game - changer in the world of mobile power solutions.
\r\n1. High - Capacity at an Affordable Price Our BL - 5c battery boasts an impressive 1300mAh capacity. This means longer usage time for your mobile devices. Despite its high capacity
\r\n\r\n\r\n" specifications: '{"Model ":"BL-5C Turbo","Capacity":"1300mAh"}' colors: null price: '2500.00' featured: 0 top_seller: 0 rating: '0.0' discount: '0.00' shipping_fee: '0.00' quantity: 5000 created_at: '2025-04-15T08:14:08.000000Z' updated_at: '2025-04-15T08:16:29.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 120 category_id: 10 name: 'MichPro 5C ENG' slug: michpro-5c-eng images: - 'https://mp-api.michpro.store/products/c6866b183ed04643ad4528bde7e799d4_1736290143.jpg' - 'https://mp-api.michpro.store/products/9fc54699b73e1855a48b11dbac667a1b_1736290143.jpg' - 'https://mp-api.michpro.store/products/46c3c0321ed5b36db89d0a0c9e6debad_1736290143.jpg' - 'https://mp-api.michpro.store/products/feb38b79fc8c571281d0130ab530bf7c_1736290143.jpg' - 'https://mp-api.michpro.store/products/f63560e948c120f6599e9b13972a172a_1736290143.jpg' description: 'MichPro 5C ENG' specifications: '{"Model":"5C ENG","Capacity":"1020mAh"}' colors: null price: '8000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '0.00' shipping_fee: '0.00' quantity: 5000 created_at: '2025-01-07T22:49:03.000000Z' updated_at: '2025-01-07T22:49:03.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 119 category_id: 10 name: 'MichPro BL-11GI' slug: michpro-bl-11gi images: - 'https://mp-api.michpro.store/products/73d5e0b10f4cd1b840b0baf80138969a_1735197160.png' description: 'MichPro BL-11GI' specifications: '{"Model":"BL-11GI","Capacity":"2400mAh"}' colors: null price: '8000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '0.00' shipping_fee: '0.00' quantity: 5000 created_at: '2024-12-26T07:12:40.000000Z' updated_at: '2024-12-26T07:12:40.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 118 category_id: 10 name: 'MichPro BL_4UL' slug: michpro-bl-4ul images: - 'https://mp-api.michpro.store/products/0770015c07759a6160cef404659526c8_1734601461.png' description: 'MichPro BL_4UL' specifications: '{"Model":"BL_4UL","capacity":"2400mAh"}' colors: null price: '4000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '0.00' shipping_fee: '0.00' quantity: 5000 created_at: '2024-12-19T09:44:21.000000Z' updated_at: '2024-12-19T09:44:21.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 117 category_id: 10 name: 'Mich Pro BL-10BI' slug: mich-pro-bl-10bi images: - 'https://mp-api.michpro.store/products/dea238a4e57f7b90da002a6136569238_1734594325.png' description: 'Mich Pro BL-10BI' specifications: '{"Model ":"Mich Pro BL-10BI","Capacity":"2400mAh"}' colors: null price: '6000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '0.00' shipping_fee: '0.00' quantity: 500 created_at: '2024-12-19T07:45:25.000000Z' updated_at: '2024-12-19T07:45:25.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 116 category_id: 10 name: 'MichPro NOTE 4 / BN910BBK' slug: mich-pro-note-4-bn910bbk images: - 'https://mp-api.michpro.store/products/a78d51d704e5359bb393dcff73caf8ce_1732920970.png' description: 'MichPro NOTE 4/ BN910BBK' specifications: '{"Model":"NOTE 4/ BN910BBK","Capacity":"2500mAh"}' colors: null price: '40000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '0.00' shipping_fee: '0.00' quantity: 2000 created_at: '2024-11-29T22:56:10.000000Z' updated_at: '2024-12-03T21:48:29.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 115 category_id: 10 name: 'MichPro BL-10CT' slug: michpro-bl-10ct images: - 'https://mp-api.michpro.store/products/a43afa85c910554f1329cefc669c85c8_1732637080.jpg' description: 'MichPro Battery BL-10CT' specifications: '{"Model:":"BL-10CT","Capacity":"3000mAh"}' colors: null price: '5000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '350.00' shipping_fee: '0.00' quantity: 2000 created_at: '2024-11-26T16:04:40.000000Z' updated_at: '2024-11-26T16:04:40.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' first_page_url: 'https://mp-api.michpro.store/api/v1/products/similar/mich-pro-bl-24ei?page=1' from: 1 last_page: 9 last_page_url: 'https://mp-api.michpro.store/api/v1/products/similar/mich-pro-bl-24ei?page=9' links: - url: null label: '« Previous' active: false - url: 'https://mp-api.michpro.store/api/v1/products/similar/mich-pro-bl-24ei?page=1' label: '1' active: true - url: 'https://mp-api.michpro.store/api/v1/products/similar/mich-pro-bl-24ei?page=2' label: '2' active: false - url: 'https://mp-api.michpro.store/api/v1/products/similar/mich-pro-bl-24ei?page=3' label: '3' active: false - url: 'https://mp-api.michpro.store/api/v1/products/similar/mich-pro-bl-24ei?page=4' label: '4' active: false - url: 'https://mp-api.michpro.store/api/v1/products/similar/mich-pro-bl-24ei?page=5' label: '5' active: false - url: 'https://mp-api.michpro.store/api/v1/products/similar/mich-pro-bl-24ei?page=6' label: '6' active: false - url: 'https://mp-api.michpro.store/api/v1/products/similar/mich-pro-bl-24ei?page=7' label: '7' active: false - url: 'https://mp-api.michpro.store/api/v1/products/similar/mich-pro-bl-24ei?page=8' label: '8' active: false - url: 'https://mp-api.michpro.store/api/v1/products/similar/mich-pro-bl-24ei?page=9' label: '9' active: false - url: 'https://mp-api.michpro.store/api/v1/products/similar/mich-pro-bl-24ei?page=2' label: 'Next »' active: false next_page_url: 'https://mp-api.michpro.store/api/v1/products/similar/mich-pro-bl-24ei?page=2' path: 'https://mp-api.michpro.store/api/v1/products/similar/mich-pro-bl-24ei' per_page: 8 prev_page_url: null to: 8 total: 68 properties: code: type: integer example: 200 message: type: string example: 'Products Fetched Successfully!' data: type: object properties: current_page: type: integer example: 1 data: type: array example: - id: 134 category_id: 10 name: 'Mi Battery BM-45' slug: mi-battery-bm-45 images: - 'https://mp-api.michpro.store/products/5963b8094f679551004cd7d10f1de0f0_1745502974.png' - 'https://mp-api.michpro.store/products/600b9200e1f8a8683c332558024bdcef_1745502974.png' description: 'Mi Battery BM-45
' specifications: '{"Model":"BM-45 Mi"}' colors: null price: '3500.00' featured: 0 top_seller: 0 rating: '0.0' discount: '50.00' shipping_fee: '1000.00' quantity: 1000 created_at: '2025-04-24T13:56:14.000000Z' updated_at: '2025-04-24T13:56:14.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 121 category_id: 10 name: 'BL-5C TurboUniversal Battery' slug: bl-5c-turbouniversal-battery images: - 'https://mp-api.michpro.store/products/ec864e50b596faace06c7cce0f290af1_1744704848.png' description: "Introducing the Revolutionary MichPro BL - 5c Battery!
\r\nHey Guys , look at this amazing MichPro BL - 5C battery in the picture!
\r\nA game - changer in the world of mobile power solutions.
\r\n1. High - Capacity at an Affordable Price Our BL - 5c battery boasts an impressive 1300mAh capacity. This means longer usage time for your mobile devices. Despite its high capacity
\r\n\r\n\r\n" specifications: '{"Model ":"BL-5C Turbo","Capacity":"1300mAh"}' colors: null price: '2500.00' featured: 0 top_seller: 0 rating: '0.0' discount: '0.00' shipping_fee: '0.00' quantity: 5000 created_at: '2025-04-15T08:14:08.000000Z' updated_at: '2025-04-15T08:16:29.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 120 category_id: 10 name: 'MichPro 5C ENG' slug: michpro-5c-eng images: - 'https://mp-api.michpro.store/products/c6866b183ed04643ad4528bde7e799d4_1736290143.jpg' - 'https://mp-api.michpro.store/products/9fc54699b73e1855a48b11dbac667a1b_1736290143.jpg' - 'https://mp-api.michpro.store/products/46c3c0321ed5b36db89d0a0c9e6debad_1736290143.jpg' - 'https://mp-api.michpro.store/products/feb38b79fc8c571281d0130ab530bf7c_1736290143.jpg' - 'https://mp-api.michpro.store/products/f63560e948c120f6599e9b13972a172a_1736290143.jpg' description: 'MichPro 5C ENG' specifications: '{"Model":"5C ENG","Capacity":"1020mAh"}' colors: null price: '8000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '0.00' shipping_fee: '0.00' quantity: 5000 created_at: '2025-01-07T22:49:03.000000Z' updated_at: '2025-01-07T22:49:03.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 119 category_id: 10 name: 'MichPro BL-11GI' slug: michpro-bl-11gi images: - 'https://mp-api.michpro.store/products/73d5e0b10f4cd1b840b0baf80138969a_1735197160.png' description: 'MichPro BL-11GI' specifications: '{"Model":"BL-11GI","Capacity":"2400mAh"}' colors: null price: '8000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '0.00' shipping_fee: '0.00' quantity: 5000 created_at: '2024-12-26T07:12:40.000000Z' updated_at: '2024-12-26T07:12:40.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 118 category_id: 10 name: 'MichPro BL_4UL' slug: michpro-bl-4ul images: - 'https://mp-api.michpro.store/products/0770015c07759a6160cef404659526c8_1734601461.png' description: 'MichPro BL_4UL' specifications: '{"Model":"BL_4UL","capacity":"2400mAh"}' colors: null price: '4000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '0.00' shipping_fee: '0.00' quantity: 5000 created_at: '2024-12-19T09:44:21.000000Z' updated_at: '2024-12-19T09:44:21.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 117 category_id: 10 name: 'Mich Pro BL-10BI' slug: mich-pro-bl-10bi images: - 'https://mp-api.michpro.store/products/dea238a4e57f7b90da002a6136569238_1734594325.png' description: 'Mich Pro BL-10BI' specifications: '{"Model ":"Mich Pro BL-10BI","Capacity":"2400mAh"}' colors: null price: '6000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '0.00' shipping_fee: '0.00' quantity: 500 created_at: '2024-12-19T07:45:25.000000Z' updated_at: '2024-12-19T07:45:25.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 116 category_id: 10 name: 'MichPro NOTE 4 / BN910BBK' slug: mich-pro-note-4-bn910bbk images: - 'https://mp-api.michpro.store/products/a78d51d704e5359bb393dcff73caf8ce_1732920970.png' description: 'MichPro NOTE 4/ BN910BBK' specifications: '{"Model":"NOTE 4/ BN910BBK","Capacity":"2500mAh"}' colors: null price: '40000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '0.00' shipping_fee: '0.00' quantity: 2000 created_at: '2024-11-29T22:56:10.000000Z' updated_at: '2024-12-03T21:48:29.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' - id: 115 category_id: 10 name: 'MichPro BL-10CT' slug: michpro-bl-10ct images: - 'https://mp-api.michpro.store/products/a43afa85c910554f1329cefc669c85c8_1732637080.jpg' description: 'MichPro Battery BL-10CT' specifications: '{"Model:":"BL-10CT","Capacity":"3000mAh"}' colors: null price: '5000.00' featured: 0 top_seller: 0 rating: '0.0' discount: '350.00' shipping_fee: '0.00' quantity: 2000 created_at: '2024-11-26T16:04:40.000000Z' updated_at: '2024-11-26T16:04:40.000000Z' category: id: 10 name: 'External Phone Battery' image: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: 'High-end external mobile phone battery, high capacity, long standby.' slug: batteries created_at: '2024-09-02T09:20:53.000000Z' updated_at: '2024-11-21T06:15:29.000000Z' items: type: object properties: id: type: integer example: 134 category_id: type: integer example: 10 name: type: string example: 'Mi Battery BM-45' slug: type: string example: mi-battery-bm-45 images: type: array example: - 'https://mp-api.michpro.store/products/5963b8094f679551004cd7d10f1de0f0_1745502974.png' - 'https://mp-api.michpro.store/products/600b9200e1f8a8683c332558024bdcef_1745502974.png' items: type: string description: type: string example: 'Mi Battery BM-45
' specifications: type: string example: '{"Model":"BM-45 Mi"}' colors: type: string example: null price: type: string example: '3500.00' featured: type: integer example: 0 top_seller: type: integer example: 0 rating: type: string example: '0.0' discount: type: string example: '50.00' shipping_fee: type: string example: '1000.00' quantity: type: integer example: 1000 created_at: type: string example: '2025-04-24T13:56:14.000000Z' updated_at: type: string example: '2025-04-24T13:56:14.000000Z' category: type: object properties: id: type: integer example: 10 name: type: string example: 'External Phone Battery' image: type: string example: 'https://mp-api.michpro.store/categories/13yW2LcOeH5hHB7Qw3HYfEbl6T2lzOlPn0zQGsUr.jpg' description: type: string example: 'High-end external mobile phone battery, high capacity, long standby.' slug: type: string example: batteries created_at: type: string example: '2024-09-02T09:20:53.000000Z' updated_at: type: string example: '2024-11-21T06:15:29.000000Z' first_page_url: type: string example: 'https://mp-api.michpro.store/api/v1/products/similar/mich-pro-bl-24ei?page=1' from: type: integer example: 1 last_page: type: integer example: 9 last_page_url: type: string example: 'https://mp-api.michpro.store/api/v1/products/similar/mich-pro-bl-24ei?page=9' links: type: array example: - url: null label: '« Previous' active: false - url: 'https://mp-api.michpro.store/api/v1/products/similar/mich-pro-bl-24ei?page=1' label: '1' active: true - url: 'https://mp-api.michpro.store/api/v1/products/similar/mich-pro-bl-24ei?page=2' label: '2' active: false - url: 'https://mp-api.michpro.store/api/v1/products/similar/mich-pro-bl-24ei?page=3' label: '3' active: false - url: 'https://mp-api.michpro.store/api/v1/products/similar/mich-pro-bl-24ei?page=4' label: '4' active: false - url: 'https://mp-api.michpro.store/api/v1/products/similar/mich-pro-bl-24ei?page=5' label: '5' active: false - url: 'https://mp-api.michpro.store/api/v1/products/similar/mich-pro-bl-24ei?page=6' label: '6' active: false - url: 'https://mp-api.michpro.store/api/v1/products/similar/mich-pro-bl-24ei?page=7' label: '7' active: false - url: 'https://mp-api.michpro.store/api/v1/products/similar/mich-pro-bl-24ei?page=8' label: '8' active: false - url: 'https://mp-api.michpro.store/api/v1/products/similar/mich-pro-bl-24ei?page=9' label: '9' active: false - url: 'https://mp-api.michpro.store/api/v1/products/similar/mich-pro-bl-24ei?page=2' label: 'Next »' active: false items: type: object properties: url: type: string example: null label: type: string example: '« Previous' active: type: boolean example: false next_page_url: type: string example: 'https://mp-api.michpro.store/api/v1/products/similar/mich-pro-bl-24ei?page=2' path: type: string example: 'https://mp-api.michpro.store/api/v1/products/similar/mich-pro-bl-24ei' per_page: type: integer example: 8 prev_page_url: type: string example: null to: type: integer example: 8 total: type: integer example: 68 tags: - Products security: [] parameters: - in: path name: product_slug description: 'The slug of the product.' example: mich-pro-bl-24ei required: true schema: type: string /api/v1/products/filter/featured: get: summary: 'Get Featured Product Listing.' operationId: getFeaturedProductListing description: '' parameters: [] responses: 200: description: '' content: application/json: schema: type: object example: code: 200 message: 'Featured Products Fetched Successfully' data: - id: 129 category_id: 16 name: 'Unleash Your Audio Experience with MichPro Earbuds In - Ear' slug: unleash-your-audio-experience-with-michpro-earbuds-in-ear images: - 'https://mp-api.michpro.store/products/a0fda0fc753b0b3a9695cb4c001aaa03_1745080832.jpg' - 'https://mp-api.michpro.store/products/b1515cee8e905f2efdadc731a90c8454_1745080832.jpg' - 'https://mp-api.michpro.store/products/1fc3c811a362cad32f5ceb33a002d845_1745080832.jpg' - 'https://mp-api.michpro.store/products/4201589388d2a56cbb0b6fabcdf5f996_1745080832.jpg' - 'https://mp-api.michpro.store/products/a22874abc3e339102ea41f7ed3eba962_1745080832.jpg' - 'https://mp-api.michpro.store/products/886221001d683c169680d0706977d1a7_1745080832.jpg' - 'https://mp-api.michpro.store/products/d7b41e681101b5d4088618e80dc198c9_1745080832.jpg' - 'https://mp-api.michpro.store/products/ac202222dc16fec518379964b3886eec_1745080832.jpg' description: "Are you tired of being disturbed by surrounding noise when you're on a call or enjoying your favorite tunes? Look no further! The MichPro MP - 001 in - ear earbuds with a battery case are here to revolutionize your audio world.
\r\n\r\n
With multiple noise - cancellation modes, the deep - level noise cancellation feature ensures crystal - clear conversations even in the noisiest environments. Say goodbye to background distractions and focus on what matters most.
\r\nThe in - ear design not only prevents the earbuds from falling out but also provides a comfortable wearing experience. You can wear them for hours without any discomfort.
\r\nEquipped with speakers specially customized for afobeat music, these earbuds deliver outstanding melodies, rich bass, and Hi - Fi sound. It's like being right in the middle of a live concert.
\r\nThe Bluetooth 5.3 technology offers a stable and fast connection, allowing you to enjoy seamless audio streaming.
\r\nWith an IPX7 rating, these earbuds can withstand daily splashes and sweat, making them perfect for workouts and outdoor activities.
\r\nThanks to MichPro's exclusive iFast technology, you'll never have to worry about running out of power. Just charge them up quickly and get back to your audio enjoyment.
\r\nThe sleek and modern design, full of a sense of technology, is not only visually appealing but also easy to carry around.
\r\n\r\n
Package includes:
\r\nAre you tired of being disturbed by surrounding noise when you're on a call or enjoying your favorite tunes? Look no further! The MichPro MP - 001 in - ear earbuds with a battery case are here to revolutionize your audio world.
\r\n\r\n
With multiple noise - cancellation modes, the deep - level noise cancellation feature ensures crystal - clear conversations even in the noisiest environments. Say goodbye to background distractions and focus on what matters most.
\r\nThe in - ear design not only prevents the earbuds from falling out but also provides a comfortable wearing experience. You can wear them for hours without any discomfort.
\r\nEquipped with speakers specially customized for afobeat music, these earbuds deliver outstanding melodies, rich bass, and Hi - Fi sound. It's like being right in the middle of a live concert.
\r\nThe Bluetooth 5.3 technology offers a stable and fast connection, allowing you to enjoy seamless audio streaming.
\r\nWith an IPX7 rating, these earbuds can withstand daily splashes and sweat, making them perfect for workouts and outdoor activities.
\r\nThanks to MichPro's exclusive iFast technology, you'll never have to worry about running out of power. Just charge them up quickly and get back to your audio enjoyment.
\r\nThe sleek and modern design, full of a sense of technology, is not only visually appealing but also easy to carry around.
\r\n\r\n
Package includes:
\r\nAre you tired of being disturbed by surrounding noise when you're on a call or enjoying your favorite tunes? Look no further! The MichPro MP - 001 in - ear earbuds with a battery case are here to revolutionize your audio world.
\r\n\r\n
With multiple noise - cancellation modes, the deep - level noise cancellation feature ensures crystal - clear conversations even in the noisiest environments. Say goodbye to background distractions and focus on what matters most.
\r\nThe in - ear design not only prevents the earbuds from falling out but also provides a comfortable wearing experience. You can wear them for hours without any discomfort.
\r\nEquipped with speakers specially customized for afobeat music, these earbuds deliver outstanding melodies, rich bass, and Hi - Fi sound. It's like being right in the middle of a live concert.
\r\nThe Bluetooth 5.3 technology offers a stable and fast connection, allowing you to enjoy seamless audio streaming.
\r\nWith an IPX7 rating, these earbuds can withstand daily splashes and sweat, making them perfect for workouts and outdoor activities.
\r\nThanks to MichPro's exclusive iFast technology, you'll never have to worry about running out of power. Just charge them up quickly and get back to your audio enjoyment.
\r\nThe sleek and modern design, full of a sense of technology, is not only visually appealing but also easy to carry around.
\r\n\r\n
Package includes:
\r\nIn this era where every second counts, a dying phone battery can be a real headache. Fear not, for the MichPro MP420C Super Fast Charger is here to deliver a lightning - fast charging experience for your devices, allowing you to bid farewell to long waiting times!
\r\n\r\n
33W Real Power, No False Claims
\r\nMany chargers boast large power ratings on their packaging but fail to deliver in reality. However, the MichPro MP420L is different. It packs a genuine 33W high - power output. We've always adhered to the principle of integrity and never engage in false advertising. Every charge will let you feel the strong power output, giving you a full sense of security.
\r\n\r\n
Charge Up to 65% in 30 Minutes, Astonishing Speed
\r\nTime is precious and can't be wasted. The MichPro MP420C Super Fast Charger understands this well. In just 30 minutes, it can charge your phone up to 65% of its battery capacity. Whether you're in a hurry to leave in the morning or taking a short break during work, the rapid charging gets you back in action quickly, so you won't miss any important moments.
\r\n\r\n
Exclusive iFast Chip, Safe and Smart
\r\nThe self - developed exclusive iFast chip technology by MichPro is the core highlight of this charger. It enables the charging process to maintain full speed while effectively controlling the temperature, preventing the charger from overheating. Moreover, once your device is fully charged, the charger will automatically cut off the power to avoid over - charging and protect your device's battery. It offers all - around safety for your device.
\r\n\r\n
Novel Data Cable, More Stable Charging
\r\nThe package comes with Type - C to Type-C fast cable. It not only has a novel and stylish design but also ensures a stable current transmission, making the charging process smoother. With it, you don't have to worry about poor contact or slow charging.
\r\n\r\n
Compact and Portable, Charge Anytime, Anywhere
\r\nIt's small in size and light in weight, making it easy for you to carry it anywhere. Whether you're on a business trip, commuting to work, or out for a trip, just pop it into your bag or pocket, and you can recharge your device at any time, keeping you connected all the time.
\r\n\r\n
Package Contents
\r\n1. 1 x Super Fast Charger
\r\n2. 1 x User Manual
\r\n3. 1 x Type - C to Type-C Fast Charging Cable
\r\n\r\n
Product Details
\r\nl - **Brand**: MichPro
\r\nl - **Model**: MP420C
\r\nl - **Power**: 33W
\r\nl - **Chip Technology**: Exclusive iFast Chip
\r\nl - **Charging Speed**: Charge up to 65% in 30 minutes
\r\nl - **Safety Protection**: Auto - cut - off, Anti - overcharging
\r\nl - **Heat Dissipation Performance**: No overheating during charging
\r\nl - **Portability**: Compact and lightweight, easy to carry
\r\nl - **Data Cable**:Type - C to Type-C, novel design
\r\nl - **Standards**: US, EU, UK standards
\r\nl - **Origin**: Hong Kong
\r\n\r\n
Don't hesitate any longer! Get the MichPro MP420L Super Fast Charger now and keep your device fully charged at all times!
" specifications: '{"Model:":"Mp-420C","Power:":"33W","Cable":"C-C"}' colors: null price: '15000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '4000.00' shipping_fee: '1500.00' quantity: 100 created_at: '2025-04-19T17:48:13.000000Z' updated_at: '2025-05-01T10:09:30.000000Z' category: id: 15 name: 'Charger & Cable' image: 'https://mp-api.michpro.store/categories/fW0fuznPGkFKHDSqea8aBbiURtSn3jzKZ4O1iuu7.jpg' description: 'Fast charging' slug: charger-cable created_at: '2024-11-24T16:21:24.000000Z' updated_at: '2025-03-19T15:58:20.000000Z' - id: 129 category_id: 16 name: 'Unleash Your Audio Experience with MichPro Earbuds In - Ear' slug: unleash-your-audio-experience-with-michpro-earbuds-in-ear images: - 'https://mp-api.michpro.store/products/a0fda0fc753b0b3a9695cb4c001aaa03_1745080832.jpg' - 'https://mp-api.michpro.store/products/b1515cee8e905f2efdadc731a90c8454_1745080832.jpg' - 'https://mp-api.michpro.store/products/1fc3c811a362cad32f5ceb33a002d845_1745080832.jpg' - 'https://mp-api.michpro.store/products/4201589388d2a56cbb0b6fabcdf5f996_1745080832.jpg' - 'https://mp-api.michpro.store/products/a22874abc3e339102ea41f7ed3eba962_1745080832.jpg' - 'https://mp-api.michpro.store/products/886221001d683c169680d0706977d1a7_1745080832.jpg' - 'https://mp-api.michpro.store/products/d7b41e681101b5d4088618e80dc198c9_1745080832.jpg' - 'https://mp-api.michpro.store/products/ac202222dc16fec518379964b3886eec_1745080832.jpg' description: "Are you tired of being disturbed by surrounding noise when you're on a call or enjoying your favorite tunes? Look no further! The MichPro MP - 001 in - ear earbuds with a battery case are here to revolutionize your audio world.
\r\n\r\n
With multiple noise - cancellation modes, the deep - level noise cancellation feature ensures crystal - clear conversations even in the noisiest environments. Say goodbye to background distractions and focus on what matters most.
\r\nThe in - ear design not only prevents the earbuds from falling out but also provides a comfortable wearing experience. You can wear them for hours without any discomfort.
\r\nEquipped with speakers specially customized for afobeat music, these earbuds deliver outstanding melodies, rich bass, and Hi - Fi sound. It's like being right in the middle of a live concert.
\r\nThe Bluetooth 5.3 technology offers a stable and fast connection, allowing you to enjoy seamless audio streaming.
\r\nWith an IPX7 rating, these earbuds can withstand daily splashes and sweat, making them perfect for workouts and outdoor activities.
\r\nThanks to MichPro's exclusive iFast technology, you'll never have to worry about running out of power. Just charge them up quickly and get back to your audio enjoyment.
\r\nThe sleek and modern design, full of a sense of technology, is not only visually appealing but also easy to carry around.
\r\n\r\n
Package includes:
\r\nMICH PRO MP - 702 Charger: Empowered by Technology, Enjoy Rapid Charging
\r\nIn Nigeria, a land full of vitality and opportunities, the fast - paced life has made people increasingly dependent on their mobile phones. However, low battery often becomes a hassle that hinders our progress. The MP - 702 charger from MICH PRO brand is like a timely bolt of lightning, injecting continuous power into your life.
\r\n\r\n
● Real - Marked Power, a Choice of Integrity
\r\nThe MP - 702 charger boasts a powerful 35W output. In today's market where false capacity marking is all too common, MICH PRO always adheres to the bottom line of integrity. We promise that the marked 35W power is real and genuine without any exaggeration. You no longer have to worry about false power marking. Every time you charge, you can feel the real and efficient energy transfer and enjoy a stable fast - charging experience.
\r\n\r\n
● High - Quality Data Cable, Efficient Compatibility
\r\nThe package comes with a high - quality data cable that is specially designed for 35W power transmission. It can easily handle the stable delivery of high - current. The unique design of the Type - C to iPhone Lighting interface is perfectly compatible with Apple devices. Whether it's the latest or older models of the iPhone series, it can be seamlessly connected. This means you no longer have to worry about finding a suitable data cable. You can charge your Apple phone quickly anytime, anywhere, keeping your device fully charged at all times.
\r\n\r\n
● PD Super Fast Charging, Ultra - Fast Experience
\r\nThe PD super fast - charging port on the charger is like an energy accelerator. Paired with our exclusive data cable, the charging speed is amazing. It only takes 30 minutes to charge your phone to 35%. Compared with ordinary chargers on the market, the charging speed of the MP - 702 charger is three times faster! Imagine that in the time it takes you to enjoy a cup of coffee, your phone's battery has already increased significantly. You no longer have to worry about missing important calls, messages, and wonderful moments.
\r\n\r\n
● Exclusive iFast Chip, Intelligent Protection
\r\nThe exclusive iFast chip technology independently developed by MichPro endows the MP - 702 charger with dual guarantees of intelligence and safety. During the charging process, the chip can monitor parameters such as current, voltage, and temperature in real - time to ensure a stable and safe charging process. It's like a considerate guardian, keeping the charger cool during operation. Even after long - term charging, it won't get hot, effectively avoiding damage to the phone and the charger caused by overheating. Moreover, when the phone is fully charged, the charger will automatically stop charging to prevent irreversible damage to the battery due to over - charging. In addition, the chip also has multiple protection mechanisms such as over - current protection and short - circuit protection, safeguarding the safety of your device in all aspects.
\r\n\r\n
● Portable Design, Go Anywhere
\r\nConsidering the rich and varied travel life of people in Nigeria, the MP - 702 charger adopts a user - friendly portable design. Its three prongs can be easily folded. After folding, the charger is small in size and takes up little space. It can fit easily into a briefcase, backpack, or even a pocket. You can carry it with you wherever you go, whether on a business trip, a journey, an outdoor activity, or your daily commute. You can charge your phone anytime, anywhere, without being restricted by battery power.
\r\n\r\n
Package Contents
\r\n1 x MP - 702 charger
\r\n1 x Type - C to iPhone Lighting data cable
\r\n1 x User manual
\r\n\r\n
\r\n
Parameters and Features
\r\n● - Power: 35W
\r\n● - Interface Type: PD Super Fast Charging Port, Type - C to iPhone Lighting
\r\n● - Chip Technology: Exclusive iFast Chip
\r\n● - Protection Mechanisms: Multiple Protections (Over - Temperature Protection, Over - Charging Protection, Over - Current Protection, Short - Circuit Protection)
\r\n● - Portable Design: Foldable Three Prongs
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
MichPro Mp - 032W(POWER MAJOR) Power Bank: The Powerhouse in Charging, a Must - Have for Your Journeys
\r\nIn an era where electronic devices are our constant companions, an excellent power bank is like a reassuring pill, relieving us from the anxiety of running out of battery in our daily lives and work. The Mp - 032W(POWER MAJOR) power bank, meticulously crafted by the MichPro brand, stands out as a leader in the market with its outstanding performance and user - friendly design.
\r\n\r\n
True High Capacity, Endless Battery Life
\r\nThe Mp - 032W(POWER MAJOR) comes with a genuine 30000mAh high capacity, free from any false claims. This means it can offer a continuous and stable power supply to all your electronic devices. What's even more remarkable is that it provides a charging time of over 70 hours. Whether you're embarking on a spontaneous long - distance trip, engaged in a busy business journey, or enjoying an exciting outdoor adventure, you no longer have to worry about your devices running out of power. Mobile phones, tablets, and other digital products can stay fully charged under its strong protection, allowing you to enjoy using them without any concerns.
\r\n\r\n
Ultra - Fast Charging Technology, High - efficiency Charging Experience
\r\nThis power bank is equipped with 22.5W and QC4.0 fast - charging technologies, charging your devices at a breakneck speed. It has two ports dedicated to charging itself, enabling it to replenish its energy rapidly. There are also three ports for charging digital products: one 20 - watt USB port, one 18 - watt USB port, and one 22.5 - watt PD port. With these powerful ports, you can charge three devices simultaneously and quickly, saving you a great deal of precious time. Imagine that during a short break, it can bring your devices back to life in no time, allowing you to stay productive without long - term waiting.
\r\n\r\n
Intelligent Power Display, Clear at a Glance
\r\nThe Mp - 032W(POWER MAJOR) is fitted with an LED intelligent digital display that can accurately show the power usage of the power bank. You can always keep track of the remaining power and plan your charging arrangements accordingly. Whether it's in broad daylight or the dim of night, the display can clearly present the power information, making you fully aware of the power bank's status. You'll never have to worry about the embarrassing situation of sudden power - off at critical moments, providing you with great convenience.
\r\n\r\n
Energy - saving Strong Light, Eye - friendly for Emergency Use
\r\nIt's not just an ordinary power bank; it's also a practical emergency lighting device. Its LED energy - saving strong light emits a soft and bright light that won't harm your eyes even at night. Even children won't feel uncomfortable when using it. When you encounter an unexpected dark environment outdoors or a power outage at home, just press the switch, and it will instantly light up your way forward, bringing you a strong sense of security and becoming your reliable partner in the dark.
\r\n\r\n
Super Fast - charging Data Cable, Longer and More Convenient
\r\nWe've carefully equipped the Mp - 032W(POWER MAJOR) with a super fast - charging data cable that supports a maximum of 60 watts. The length of this data cable is three times that of ordinary power bank data cables, but the price remains the same. With it, you can move your devices more freely during charging without worrying about the short cable affecting the charging process. Imagine that you can lie comfortably in bed, on the sofa, or move around freely in the office while your device is charging stably. When paired with the Mp - 032W(POWER MAJOR) power bank, you'll enjoy an unprecedented true super - fast charging experience, making charging easy and enjoyable.
\r\n\r\n
Exclusive Patented Circuit Board, Multiple Safety Guarantees
\r\nThe Mp - 032W(POWER MAJOR) uses the iFAST exclusive patented circuit board with multiple protection functions. During the charging process, it acts like a loyal guardian, ensuring that the power bank charges quickly without overheating and effectively protecting the power bank and the connected devices. You can use it with complete peace of mind, without worrying about safety issues such as overheating, over - charging, and over - discharging. Whether in daily use or in special environments, it can provide reliable safety guarantees for your charging process, leaving you free from any worries.
\r\n\r\n
Choosing the MichPro Mp - 032W(POWER MAJOR) power bank means choosing an efficient, safe, and convenient charging experience. It will become the best partner for your electronic devices, accompanying you through every wonderful moment and making your life and work run more smoothly.
\r\nIn this era where every second counts, a dying phone battery can be a real headache. Fear not, for the MichPro MP420C Super Fast Charger is here to deliver a lightning - fast charging experience for your devices, allowing you to bid farewell to long waiting times!
\r\n\r\n
33W Real Power, No False Claims
\r\nMany chargers boast large power ratings on their packaging but fail to deliver in reality. However, the MichPro MP420L is different. It packs a genuine 33W high - power output. We've always adhered to the principle of integrity and never engage in false advertising. Every charge will let you feel the strong power output, giving you a full sense of security.
\r\n\r\n
Charge Up to 65% in 30 Minutes, Astonishing Speed
\r\nTime is precious and can't be wasted. The MichPro MP420C Super Fast Charger understands this well. In just 30 minutes, it can charge your phone up to 65% of its battery capacity. Whether you're in a hurry to leave in the morning or taking a short break during work, the rapid charging gets you back in action quickly, so you won't miss any important moments.
\r\n\r\n
Exclusive iFast Chip, Safe and Smart
\r\nThe self - developed exclusive iFast chip technology by MichPro is the core highlight of this charger. It enables the charging process to maintain full speed while effectively controlling the temperature, preventing the charger from overheating. Moreover, once your device is fully charged, the charger will automatically cut off the power to avoid over - charging and protect your device's battery. It offers all - around safety for your device.
\r\n\r\n
Novel Data Cable, More Stable Charging
\r\nThe package comes with Type - C to Type-C fast cable. It not only has a novel and stylish design but also ensures a stable current transmission, making the charging process smoother. With it, you don't have to worry about poor contact or slow charging.
\r\n\r\n
Compact and Portable, Charge Anytime, Anywhere
\r\nIt's small in size and light in weight, making it easy for you to carry it anywhere. Whether you're on a business trip, commuting to work, or out for a trip, just pop it into your bag or pocket, and you can recharge your device at any time, keeping you connected all the time.
\r\n\r\n
Package Contents
\r\n1. 1 x Super Fast Charger
\r\n2. 1 x User Manual
\r\n3. 1 x Type - C to Type-C Fast Charging Cable
\r\n\r\n
Product Details
\r\nl - **Brand**: MichPro
\r\nl - **Model**: MP420C
\r\nl - **Power**: 33W
\r\nl - **Chip Technology**: Exclusive iFast Chip
\r\nl - **Charging Speed**: Charge up to 65% in 30 minutes
\r\nl - **Safety Protection**: Auto - cut - off, Anti - overcharging
\r\nl - **Heat Dissipation Performance**: No overheating during charging
\r\nl - **Portability**: Compact and lightweight, easy to carry
\r\nl - **Data Cable**:Type - C to Type-C, novel design
\r\nl - **Standards**: US, EU, UK standards
\r\nl - **Origin**: Hong Kong
\r\n\r\n
Don't hesitate any longer! Get the MichPro MP420L Super Fast Charger now and keep your device fully charged at all times!
" specifications: '{"Model:":"Mp-420C","Power:":"33W","Cable":"C-C"}' colors: null price: '15000.00' featured: 0 top_seller: 1 rating: '0.0' discount: '4000.00' shipping_fee: '1500.00' quantity: 100 created_at: '2025-04-19T17:48:13.000000Z' updated_at: '2025-05-01T10:09:30.000000Z' category: id: 15 name: 'Charger & Cable' image: 'https://mp-api.michpro.store/categories/fW0fuznPGkFKHDSqea8aBbiURtSn3jzKZ4O1iuu7.jpg' description: 'Fast charging' slug: charger-cable created_at: '2024-11-24T16:21:24.000000Z' updated_at: '2025-03-19T15:58:20.000000Z' - id: 129 category_id: 16 name: 'Unleash Your Audio Experience with MichPro Earbuds In - Ear' slug: unleash-your-audio-experience-with-michpro-earbuds-in-ear images: - 'https://mp-api.michpro.store/products/a0fda0fc753b0b3a9695cb4c001aaa03_1745080832.jpg' - 'https://mp-api.michpro.store/products/b1515cee8e905f2efdadc731a90c8454_1745080832.jpg' - 'https://mp-api.michpro.store/products/1fc3c811a362cad32f5ceb33a002d845_1745080832.jpg' - 'https://mp-api.michpro.store/products/4201589388d2a56cbb0b6fabcdf5f996_1745080832.jpg' - 'https://mp-api.michpro.store/products/a22874abc3e339102ea41f7ed3eba962_1745080832.jpg' - 'https://mp-api.michpro.store/products/886221001d683c169680d0706977d1a7_1745080832.jpg' - 'https://mp-api.michpro.store/products/d7b41e681101b5d4088618e80dc198c9_1745080832.jpg' - 'https://mp-api.michpro.store/products/ac202222dc16fec518379964b3886eec_1745080832.jpg' description: "Are you tired of being disturbed by surrounding noise when you're on a call or enjoying your favorite tunes? Look no further! The MichPro MP - 001 in - ear earbuds with a battery case are here to revolutionize your audio world.
\r\n\r\n
With multiple noise - cancellation modes, the deep - level noise cancellation feature ensures crystal - clear conversations even in the noisiest environments. Say goodbye to background distractions and focus on what matters most.
\r\nThe in - ear design not only prevents the earbuds from falling out but also provides a comfortable wearing experience. You can wear them for hours without any discomfort.
\r\nEquipped with speakers specially customized for afobeat music, these earbuds deliver outstanding melodies, rich bass, and Hi - Fi sound. It's like being right in the middle of a live concert.
\r\nThe Bluetooth 5.3 technology offers a stable and fast connection, allowing you to enjoy seamless audio streaming.
\r\nWith an IPX7 rating, these earbuds can withstand daily splashes and sweat, making them perfect for workouts and outdoor activities.
\r\nThanks to MichPro's exclusive iFast technology, you'll never have to worry about running out of power. Just charge them up quickly and get back to your audio enjoyment.
\r\nThe sleek and modern design, full of a sense of technology, is not only visually appealing but also easy to carry around.
\r\n\r\n
Package includes:
\r\nMICH PRO MP - 702 Charger: Empowered by Technology, Enjoy Rapid Charging
\r\nIn Nigeria, a land full of vitality and opportunities, the fast - paced life has made people increasingly dependent on their mobile phones. However, low battery often becomes a hassle that hinders our progress. The MP - 702 charger from MICH PRO brand is like a timely bolt of lightning, injecting continuous power into your life.
\r\n\r\n
● Real - Marked Power, a Choice of Integrity
\r\nThe MP - 702 charger boasts a powerful 35W output. In today's market where false capacity marking is all too common, MICH PRO always adheres to the bottom line of integrity. We promise that the marked 35W power is real and genuine without any exaggeration. You no longer have to worry about false power marking. Every time you charge, you can feel the real and efficient energy transfer and enjoy a stable fast - charging experience.
\r\n\r\n
● High - Quality Data Cable, Efficient Compatibility
\r\nThe package comes with a high - quality data cable that is specially designed for 35W power transmission. It can easily handle the stable delivery of high - current. The unique design of the Type - C to iPhone Lighting interface is perfectly compatible with Apple devices. Whether it's the latest or older models of the iPhone series, it can be seamlessly connected. This means you no longer have to worry about finding a suitable data cable. You can charge your Apple phone quickly anytime, anywhere, keeping your device fully charged at all times.
\r\n\r\n
● PD Super Fast Charging, Ultra - Fast Experience
\r\nThe PD super fast - charging port on the charger is like an energy accelerator. Paired with our exclusive data cable, the charging speed is amazing. It only takes 30 minutes to charge your phone to 35%. Compared with ordinary chargers on the market, the charging speed of the MP - 702 charger is three times faster! Imagine that in the time it takes you to enjoy a cup of coffee, your phone's battery has already increased significantly. You no longer have to worry about missing important calls, messages, and wonderful moments.
\r\n\r\n
● Exclusive iFast Chip, Intelligent Protection
\r\nThe exclusive iFast chip technology independently developed by MichPro endows the MP - 702 charger with dual guarantees of intelligence and safety. During the charging process, the chip can monitor parameters such as current, voltage, and temperature in real - time to ensure a stable and safe charging process. It's like a considerate guardian, keeping the charger cool during operation. Even after long - term charging, it won't get hot, effectively avoiding damage to the phone and the charger caused by overheating. Moreover, when the phone is fully charged, the charger will automatically stop charging to prevent irreversible damage to the battery due to over - charging. In addition, the chip also has multiple protection mechanisms such as over - current protection and short - circuit protection, safeguarding the safety of your device in all aspects.
\r\n\r\n
● Portable Design, Go Anywhere
\r\nConsidering the rich and varied travel life of people in Nigeria, the MP - 702 charger adopts a user - friendly portable design. Its three prongs can be easily folded. After folding, the charger is small in size and takes up little space. It can fit easily into a briefcase, backpack, or even a pocket. You can carry it with you wherever you go, whether on a business trip, a journey, an outdoor activity, or your daily commute. You can charge your phone anytime, anywhere, without being restricted by battery power.
\r\n\r\n
Package Contents
\r\n1 x MP - 702 charger
\r\n1 x Type - C to iPhone Lighting data cable
\r\n1 x User manual
\r\n\r\n
\r\n
Parameters and Features
\r\n● - Power: 35W
\r\n● - Interface Type: PD Super Fast Charging Port, Type - C to iPhone Lighting
\r\n● - Chip Technology: Exclusive iFast Chip
\r\n● - Protection Mechanisms: Multiple Protections (Over - Temperature Protection, Over - Charging Protection, Over - Current Protection, Short - Circuit Protection)
\r\n● - Portable Design: Foldable Three Prongs
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
MichPro Mp - 032W(POWER MAJOR) Power Bank: The Powerhouse in Charging, a Must - Have for Your Journeys
\r\nIn an era where electronic devices are our constant companions, an excellent power bank is like a reassuring pill, relieving us from the anxiety of running out of battery in our daily lives and work. The Mp - 032W(POWER MAJOR) power bank, meticulously crafted by the MichPro brand, stands out as a leader in the market with its outstanding performance and user - friendly design.
\r\n\r\n
True High Capacity, Endless Battery Life
\r\nThe Mp - 032W(POWER MAJOR) comes with a genuine 30000mAh high capacity, free from any false claims. This means it can offer a continuous and stable power supply to all your electronic devices. What's even more remarkable is that it provides a charging time of over 70 hours. Whether you're embarking on a spontaneous long - distance trip, engaged in a busy business journey, or enjoying an exciting outdoor adventure, you no longer have to worry about your devices running out of power. Mobile phones, tablets, and other digital products can stay fully charged under its strong protection, allowing you to enjoy using them without any concerns.
\r\n\r\n
Ultra - Fast Charging Technology, High - efficiency Charging Experience
\r\nThis power bank is equipped with 22.5W and QC4.0 fast - charging technologies, charging your devices at a breakneck speed. It has two ports dedicated to charging itself, enabling it to replenish its energy rapidly. There are also three ports for charging digital products: one 20 - watt USB port, one 18 - watt USB port, and one 22.5 - watt PD port. With these powerful ports, you can charge three devices simultaneously and quickly, saving you a great deal of precious time. Imagine that during a short break, it can bring your devices back to life in no time, allowing you to stay productive without long - term waiting.
\r\n\r\n
Intelligent Power Display, Clear at a Glance
\r\nThe Mp - 032W(POWER MAJOR) is fitted with an LED intelligent digital display that can accurately show the power usage of the power bank. You can always keep track of the remaining power and plan your charging arrangements accordingly. Whether it's in broad daylight or the dim of night, the display can clearly present the power information, making you fully aware of the power bank's status. You'll never have to worry about the embarrassing situation of sudden power - off at critical moments, providing you with great convenience.
\r\n\r\n
Energy - saving Strong Light, Eye - friendly for Emergency Use
\r\nIt's not just an ordinary power bank; it's also a practical emergency lighting device. Its LED energy - saving strong light emits a soft and bright light that won't harm your eyes even at night. Even children won't feel uncomfortable when using it. When you encounter an unexpected dark environment outdoors or a power outage at home, just press the switch, and it will instantly light up your way forward, bringing you a strong sense of security and becoming your reliable partner in the dark.
\r\n\r\n
Super Fast - charging Data Cable, Longer and More Convenient
\r\nWe've carefully equipped the Mp - 032W(POWER MAJOR) with a super fast - charging data cable that supports a maximum of 60 watts. The length of this data cable is three times that of ordinary power bank data cables, but the price remains the same. With it, you can move your devices more freely during charging without worrying about the short cable affecting the charging process. Imagine that you can lie comfortably in bed, on the sofa, or move around freely in the office while your device is charging stably. When paired with the Mp - 032W(POWER MAJOR) power bank, you'll enjoy an unprecedented true super - fast charging experience, making charging easy and enjoyable.
\r\n\r\n
Exclusive Patented Circuit Board, Multiple Safety Guarantees
\r\nThe Mp - 032W(POWER MAJOR) uses the iFAST exclusive patented circuit board with multiple protection functions. During the charging process, it acts like a loyal guardian, ensuring that the power bank charges quickly without overheating and effectively protecting the power bank and the connected devices. You can use it with complete peace of mind, without worrying about safety issues such as overheating, over - charging, and over - discharging. Whether in daily use or in special environments, it can provide reliable safety guarantees for your charging process, leaving you free from any worries.
\r\n\r\n
Choosing the MichPro Mp - 032W(POWER MAJOR) power bank means choosing an efficient, safe, and convenient charging experience. It will become the best partner for your electronic devices, accompanying you through every wonderful moment and making your life and work run more smoothly.
\r\nIn this era where every second counts, a dying phone battery can be a real headache. Fear not, for the MichPro MP420C Super Fast Charger is here to deliver a lightning - fast charging experience for your devices, allowing you to bid farewell to long waiting times!
\r\n\r\n
33W Real Power, No False Claims
\r\nMany chargers boast large power ratings on their packaging but fail to deliver in reality. However, the MichPro MP420L is different. It packs a genuine 33W high - power output. We've always adhered to the principle of integrity and never engage in false advertising. Every charge will let you feel the strong power output, giving you a full sense of security.
\r\n\r\n
Charge Up to 65% in 30 Minutes, Astonishing Speed
\r\nTime is precious and can't be wasted. The MichPro MP420C Super Fast Charger understands this well. In just 30 minutes, it can charge your phone up to 65% of its battery capacity. Whether you're in a hurry to leave in the morning or taking a short break during work, the rapid charging gets you back in action quickly, so you won't miss any important moments.
\r\n\r\n
Exclusive iFast Chip, Safe and Smart
\r\nThe self - developed exclusive iFast chip technology by MichPro is the core highlight of this charger. It enables the charging process to maintain full speed while effectively controlling the temperature, preventing the charger from overheating. Moreover, once your device is fully charged, the charger will automatically cut off the power to avoid over - charging and protect your device's battery. It offers all - around safety for your device.
\r\n\r\n
Novel Data Cable, More Stable Charging
\r\nThe package comes with Type - C to Type-C fast cable. It not only has a novel and stylish design but also ensures a stable current transmission, making the charging process smoother. With it, you don't have to worry about poor contact or slow charging.
\r\n\r\n
Compact and Portable, Charge Anytime, Anywhere
\r\nIt's small in size and light in weight, making it easy for you to carry it anywhere. Whether you're on a business trip, commuting to work, or out for a trip, just pop it into your bag or pocket, and you can recharge your device at any time, keeping you connected all the time.
\r\n\r\n
Package Contents
\r\n1. 1 x Super Fast Charger
\r\n2. 1 x User Manual
\r\n3. 1 x Type - C to Type-C Fast Charging Cable
\r\n\r\n
Product Details
\r\nl - **Brand**: MichPro
\r\nl - **Model**: MP420C
\r\nl - **Power**: 33W
\r\nl - **Chip Technology**: Exclusive iFast Chip
\r\nl - **Charging Speed**: Charge up to 65% in 30 minutes
\r\nl - **Safety Protection**: Auto - cut - off, Anti - overcharging
\r\nl - **Heat Dissipation Performance**: No overheating during charging
\r\nl - **Portability**: Compact and lightweight, easy to carry
\r\nl - **Data Cable**:Type - C to Type-C, novel design
\r\nl - **Standards**: US, EU, UK standards
\r\nl - **Origin**: Hong Kong
\r\n\r\n
Don't hesitate any longer! Get the MichPro MP420L Super Fast Charger now and keep your device fully charged at all times!
" specifications: type: string example: '{"Model:":"Mp-420C","Power:":"33W","Cable":"C-C"}' colors: type: string example: null price: type: string example: '15000.00' featured: type: integer example: 0 top_seller: type: integer example: 1 rating: type: string example: '0.0' discount: type: string example: '4000.00' shipping_fee: type: string example: '1500.00' quantity: type: integer example: 100 created_at: type: string example: '2025-04-19T17:48:13.000000Z' updated_at: type: string example: '2025-05-01T10:09:30.000000Z' category: type: object properties: id: type: integer example: 15 name: type: string example: 'Charger & Cable' image: type: string example: 'https://mp-api.michpro.store/categories/fW0fuznPGkFKHDSqea8aBbiURtSn3jzKZ4O1iuu7.jpg' description: type: string example: 'Fast charging' slug: type: string example: charger-cable created_at: type: string example: '2024-11-24T16:21:24.000000Z' updated_at: type: string example: '2025-03-19T15:58:20.000000Z' tags: - Products security: [] /api/admin/v1/products: post: summary: 'Create A New Product.' operationId: createANewProduct description: '' parameters: [] responses: { } tags: - Products requestBody: required: true content: multipart/form-data: schema: type: object properties: category_id: type: string description: 'Theid
of an existing record in the categories table.'
example: dolorem
nullable: false
name:
type: string
description: ''
example: ad
nullable: false
model:
type: string
description: 'Must not be greater than 255 characters.'
example: yetempwdngqnnykjj
nullable: true
images:
type: array
description: 'Must be an image.'
items:
type: string
format: binary
description:
type: string
description: ''
example: 'Vitae ut aut corrupti et exercitationem doloremque.'
nullable: false
specifications:
type: string
description: 'Must be a valid JSON string.'
example: '["autem","laborum"]'
nullable: false
price:
type: number
description: ''
example: 3.4459
nullable: false
featured:
type: string
description: ''
example: '0'
nullable: false
enum:
- 'true'
- 'false'
- '0'
- '1'
top_seller:
type: string
description: ''
example: 'false'
nullable: false
enum:
- 'true'
- 'false'
- '0'
- '1'
rating:
type: number
description: ''
example: 7870.99
nullable: false
discount:
type: number
description: ''
example: 109.0
nullable: false
shipping_fee:
type: number
description: ''
example: 17863245.5515
nullable: false
quantity:
type: number
description: ''
example: 12603109.543185
nullable: false
required:
- category_id
- name
- images
- description
- specifications
- price
- featured
- top_seller
- shipping_fee
- quantity
'/api/admin/v1/products/edit/{product_slug}':
post:
summary: "Update A Product's Details."
operationId: updateAProductsDetails
description: ''
parameters: []
responses: { }
tags:
- Products
requestBody:
required: true
content:
multipart/form-data:
schema:
type: object
properties:
category_id:
type: string
description: 'The id
of an existing record in the categories table.'
example: dicta
nullable: false
name:
type: string
description: ''
example: amet
nullable: false
model:
type: string
description: 'Must not be greater than 255 characters.'
example: qpwhpmcoxzp
nullable: true
images:
type: array
description: 'Must be an image.'
items:
type: string
format: binary
description:
type: string
description: ''
example: 'Ut eligendi aut non nostrum.'
nullable: false
specifications:
type: string
description: 'Must be a valid JSON string.'
example: '["qui","porro"]'
nullable: false
price:
type: number
description: ''
example: 524.0
nullable: false
featured:
type: string
description: ''
example: '0'
nullable: false
enum:
- 'true'
- 'false'
- '0'
- '1'
top_seller:
type: string
description: ''
example: 'true'
nullable: false
enum:
- 'true'
- 'false'
- '0'
- '1'
rating:
type: number
description: ''
example: 4977.5
nullable: false
discount:
type: number
description: ''
example: 20229048.871156
nullable: false
shipping_fee:
type: number
description: ''
example: 2263.6350503
nullable: false
quantity:
type: number
description: ''
example: 3076778.7872
nullable: false
required:
- category_id
- name
- description
- specifications
- price
- featured
- top_seller
- shipping_fee
- quantity
parameters:
-
in: path
name: product_slug
description: 'The slug of the product.'
example: mich-pro-bl-24ei
required: true
schema:
type: string
'/api/admin/v1/products/{product_slug}':
delete:
summary: 'Delete A Product.'
operationId: deleteAProduct
description: ''
parameters: []
responses: { }
tags:
- Products
parameters:
-
in: path
name: product_slug
description: 'The slug of the product.'
example: mich-pro-bl-24ei
required: true
schema:
type: string
/api/v1/search:
get:
summary: 'Handle Searching Models With Pagination'
operationId: handleSearchingModelsWithPagination
description: ''
parameters:
-
in: query
name: query
description: 'The query term to search for.'
example: c
required: true
schema:
type: string
description: 'The query term to search for.'
example: c
nullable: false
-
in: query
name: per_page
description: 'The number of items in a page. Defaults to 15'
example: 3
required: false
schema:
type: integer
description: 'The number of items in a page. Defaults to 15'
example: 3
nullable: false
-
in: query
name: sort
description: "Field to sort by. Defaults to '-created_at'."
example: '-price'
required: false
schema:
type: string
description: "Field to sort by. Defaults to '-created_at'."
example: '-price'
nullable: false
-
in: query
name: 'filters[color]'
description: 'Filter by Color.'
example: red
required: false
schema:
type: string
description: 'Filter by Color.'
example: red
nullable: false
-
in: query
name: 'filters[price]'
description: 'Filter by Color.'
example: voluptatem
required: false
schema:
type: string
description: 'Filter by Color.'
example: voluptatem
nullable: false
responses:
200:
description: ''
content:
application/json:
schema:
type: object
example:
code: 200
message: 'Results Fetched'
data:
results:
current_page: 1
data:
-
id: 127
category_id: 14
name: 'MichPro MP - 081W (POWER TANK) Power Bank!'
slug: michpro-mp-081w-power-tank-power-bank
images:
- 'https://mp-api.michpro.store/products/443ab82376ad28d9bf0280804ad41282_1744881305.jpg'
- 'https://mp-api.michpro.store/products/6295b712e0fd5070f3c9d6bf244f3241_1744881305.jpg'
- 'https://mp-api.michpro.store/products/7fe568d9cb74af0d85aa881e4faf4c90_1744881305.jpg'
- 'https://mp-api.michpro.store/products/7e4d52f9ecddf437f18f0f05403bb41a_1744881305.jpg'
- 'https://mp-api.michpro.store/products/936dac2b6021b8ecbfdf9207ba247e95_1744881305.jpg'
- 'https://mp-api.michpro.store/products/e3a344384a52443fce24a8d3d2982d92_1744881305.jpg'
- 'https://mp-api.michpro.store/products/e55c5a6c24d75039f9a271fd397b695f_1744881305.jpg'
- 'https://mp-api.michpro.store/products/a616d4b9656b5106bb448fc56d8d3727_1744881305.jpg'
description: "Unleash Unlimited Power with the MichPro MP - 081W (POWER TANK) Power Bank!
\r\nIn today's fast - paced life, electronic devices are our constant companions. From smartphones to headphones, tablets to various digital gadgets, they handle our socializing, entertainment, and work. However, running out of battery often fills us with anxiety. Fear not! The MichPro MP - 081W (POWER TANK) power bank brings you an unprecedented charging experience, keeping your devices fully energized at all times!
\r\n\r\n
Massive Capacity, Long - lasting Power
\r\nWith an enormous capacity of 80000mAh, it's like a mobile energy fortress, providing continuous power for your devices. It can charge an iPhone X up to 16 times, easily meeting your multi - day usage needs and eliminating your worries about low battery.
\r\n\r\n
Six - device Simultaneous Fast Charging, Highly Efficient
\r\nThis amazing power bank can charge 6 devices simultaneously at high - speed. Whether it's your phone, headphones, tablet, or other digital products, they can all enjoy the convenience of fast charging at the same time, truly achieving a significant leap in charging efficiency.
\r\n\r\n
Super - fast Charging, Time - saving
\r\nEquipped with QC22.5W and PD20W fast - charging technologies, it can reach 65% charge in just 30 minutes, three times faster than other chargers. In a short break, your devices can quickly regain full power, ensuring you never miss any important moments.
\r\n\r\n
Abundant Ports, Meeting Diverse Needs
\r\nIt comes with 3 charging ports for the power bank itself and 6 ports for digital products. This rich port design is compatible with various types of devices, so you'll never have to worry about not finding a suitable charging port.
\r\n\r\n
Digital Intelligent Display, Clear Power Indication
\r\nIt features a digital intelligent display that accurately tells you the remaining power of the power bank. Moreover, when your phone is in fast - charging mode, it's clearly shown on the display, giving you full control of the charging situation.
\r\n\r\n
Extended Fast - Charging Cable, More Charging Freedom
\r\nA 500m extended fast - charging cable is included. When used in combination with the data cable provided by Michpro, they work together to make the charging faster and give you more freedom of movement during charging.
\r\n\r\n
LED Energy - saving Strong Light, Illuminating Life
\r\nNot only is it a great charging device, but it also comes with an LED energy - saving strong light. When you're on your way home at night or there's a sudden power outage at home, turn on the LED light, and the bright light will instantly dispel the darkness, freeing you from the trouble of darkness.
\r\n\r\n
Exclusive Patented Circuit Board, Safe and Reliable
\r\nUsing the iFAST exclusive patented circuit board, it provides multiple protections for the power bank. It ensures fast charging without overheating, fully safeguarding your charging safety.
\r\n\r\n
Product Specifications and Features
\r\nPackage Contents
\r\n- 1 x Power bank
\r\n- 1 x User manual
\r\n- 1 x Type - C fast - charging cable
\r\nUnleash Unlimited Power with the MichPro MP - 081W (POWER TANK) Power Bank!
\r\nIn today's fast - paced life, electronic devices are our constant companions. From smartphones to headphones, tablets to various digital gadgets, they handle our socializing, entertainment, and work. However, running out of battery often fills us with anxiety. Fear not! The MichPro MP - 081W (POWER TANK) power bank brings you an unprecedented charging experience, keeping your devices fully energized at all times!
\r\n\r\n
Massive Capacity, Long - lasting Power
\r\nWith an enormous capacity of 80000mAh, it's like a mobile energy fortress, providing continuous power for your devices. It can charge an iPhone X up to 16 times, easily meeting your multi - day usage needs and eliminating your worries about low battery.
\r\n\r\n
Six - device Simultaneous Fast Charging, Highly Efficient
\r\nThis amazing power bank can charge 6 devices simultaneously at high - speed. Whether it's your phone, headphones, tablet, or other digital products, they can all enjoy the convenience of fast charging at the same time, truly achieving a significant leap in charging efficiency.
\r\n\r\n
Super - fast Charging, Time - saving
\r\nEquipped with QC22.5W and PD20W fast - charging technologies, it can reach 65% charge in just 30 minutes, three times faster than other chargers. In a short break, your devices can quickly regain full power, ensuring you never miss any important moments.
\r\n\r\n
Abundant Ports, Meeting Diverse Needs
\r\nIt comes with 3 charging ports for the power bank itself and 6 ports for digital products. This rich port design is compatible with various types of devices, so you'll never have to worry about not finding a suitable charging port.
\r\n\r\n
Digital Intelligent Display, Clear Power Indication
\r\nIt features a digital intelligent display that accurately tells you the remaining power of the power bank. Moreover, when your phone is in fast - charging mode, it's clearly shown on the display, giving you full control of the charging situation.
\r\n\r\n
Extended Fast - Charging Cable, More Charging Freedom
\r\nA 500m extended fast - charging cable is included. When used in combination with the data cable provided by Michpro, they work together to make the charging faster and give you more freedom of movement during charging.
\r\n\r\n
LED Energy - saving Strong Light, Illuminating Life
\r\nNot only is it a great charging device, but it also comes with an LED energy - saving strong light. When you're on your way home at night or there's a sudden power outage at home, turn on the LED light, and the bright light will instantly dispel the darkness, freeing you from the trouble of darkness.
\r\n\r\n
Exclusive Patented Circuit Board, Safe and Reliable
\r\nUsing the iFAST exclusive patented circuit board, it provides multiple protections for the power bank. It ensures fast charging without overheating, fully safeguarding your charging safety.
\r\n\r\n
Product Specifications and Features
\r\nPackage Contents
\r\n- 1 x Power bank
\r\n- 1 x User manual
\r\n- 1 x Type - C fast - charging cable
\r\nUnleash Unlimited Power with the MichPro MP - 081W (POWER TANK) Power Bank!
\r\nIn today's fast - paced life, electronic devices are our constant companions. From smartphones to headphones, tablets to various digital gadgets, they handle our socializing, entertainment, and work. However, running out of battery often fills us with anxiety. Fear not! The MichPro MP - 081W (POWER TANK) power bank brings you an unprecedented charging experience, keeping your devices fully energized at all times!
\r\n\r\n
Massive Capacity, Long - lasting Power
\r\nWith an enormous capacity of 80000mAh, it's like a mobile energy fortress, providing continuous power for your devices. It can charge an iPhone X up to 16 times, easily meeting your multi - day usage needs and eliminating your worries about low battery.
\r\n\r\n
Six - device Simultaneous Fast Charging, Highly Efficient
\r\nThis amazing power bank can charge 6 devices simultaneously at high - speed. Whether it's your phone, headphones, tablet, or other digital products, they can all enjoy the convenience of fast charging at the same time, truly achieving a significant leap in charging efficiency.
\r\n\r\n
Super - fast Charging, Time - saving
\r\nEquipped with QC22.5W and PD20W fast - charging technologies, it can reach 65% charge in just 30 minutes, three times faster than other chargers. In a short break, your devices can quickly regain full power, ensuring you never miss any important moments.
\r\n\r\n
Abundant Ports, Meeting Diverse Needs
\r\nIt comes with 3 charging ports for the power bank itself and 6 ports for digital products. This rich port design is compatible with various types of devices, so you'll never have to worry about not finding a suitable charging port.
\r\n\r\n
Digital Intelligent Display, Clear Power Indication
\r\nIt features a digital intelligent display that accurately tells you the remaining power of the power bank. Moreover, when your phone is in fast - charging mode, it's clearly shown on the display, giving you full control of the charging situation.
\r\n\r\n
Extended Fast - Charging Cable, More Charging Freedom
\r\nA 500m extended fast - charging cable is included. When used in combination with the data cable provided by Michpro, they work together to make the charging faster and give you more freedom of movement during charging.
\r\n\r\n
LED Energy - saving Strong Light, Illuminating Life
\r\nNot only is it a great charging device, but it also comes with an LED energy - saving strong light. When you're on your way home at night or there's a sudden power outage at home, turn on the LED light, and the bright light will instantly dispel the darkness, freeing you from the trouble of darkness.
\r\n\r\n
Exclusive Patented Circuit Board, Safe and Reliable
\r\nUsing the iFAST exclusive patented circuit board, it provides multiple protections for the power bank. It ensures fast charging without overheating, fully safeguarding your charging safety.
\r\n\r\n
Product Specifications and Features
\r\nPackage Contents
\r\n- 1 x Power bank
\r\n- 1 x User manual
\r\n- 1 x Type - C fast - charging cable
\r\nid
of an existing record in the states table.'
example: perferendis
nullable: false
lga_id:
type: string
description: 'The id
of an existing record in the lgas table.'
example: ea
nullable: false
name:
type: string
description: ''
example: sint
nullable: false
city:
type: string
description: ''
example: eaque
nullable: false
postal_code:
type: string
description: ''
example: et
nullable: false
phone:
type: string
description: 'Must not be greater than 30 characters.'
example: j
nullable: false
address:
type: string
description: ''
example: eius
nullable: false
primary:
type: number
description: ''
example: 5536519.1687425
nullable: false
required:
- state_id
- lga_id
- name
- city
- postal_code
- phone
- address
- primary
'/api/v1/shipping-addresses/{address}':
get:
summary: "Get A Shipping Address' Details."
operationId: getAShippingAddressDetails
description: ''
parameters: []
responses:
401:
description: ''
content:
application/json:
schema:
type: object
example:
message: Unauthenticated.
properties:
message:
type: string
example: Unauthenticated.
tags:
- 'Shipping Addresses'
put:
summary: "Update A Shipping Address' Details."
operationId: updateAShippingAddressDetails
description: ''
parameters: []
responses: { }
tags:
- 'Shipping Addresses'
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
state_id:
type: string
description: 'The id
of an existing record in the states table.'
example: quisquam
nullable: false
lga_id:
type: string
description: 'The id
of an existing record in the lgas table.'
example: ea
nullable: false
name:
type: string
description: ''
example: et
nullable: false
city:
type: string
description: ''
example: molestiae
nullable: false
postal_code:
type: string
description: ''
example: quasi
nullable: false
phone:
type: string
description: 'Must not be greater than 30 characters.'
example: zvjw
nullable: false
address:
type: string
description: ''
example: suscipit
nullable: false
primary:
type: number
description: ''
example: 1.7491462
nullable: false
required:
- state_id
- lga_id
- name
- city
- postal_code
- phone
- address
- primary
patch:
summary: 'Make A Shipping Address Primary'
operationId: makeAShippingAddressPrimary
description: ''
parameters: []
responses: { }
tags:
- 'Shipping Addresses'
delete:
summary: 'Delete A Shipping Address.'
operationId: deleteAShippingAddress
description: ''
parameters: []
responses: { }
tags:
- 'Shipping Addresses'
parameters:
-
in: path
name: address
description: ''
example: blanditiis
required: true
schema:
type: string
/api/v1/carts:
get:
summary: 'Get My Shopping Cart Items.'
operationId: getMyShoppingCartItems
description: ''
parameters: []
responses:
401:
description: ''
content:
application/json:
schema:
type: object
example:
message: Unauthenticated.
properties:
message:
type: string
example: Unauthenticated.
tags:
- 'Shopping Cart'
post:
summary: 'Update Shopping Cart.'
operationId: updateShoppingCart
description: ''
parameters: []
responses: { }
tags:
- 'Shopping Cart'
/api/v1/settings:
get:
summary: index
operationId: index
description: ''
parameters: []
responses:
200:
description: ''
content:
application/json:
schema:
type: object
example:
code: 200
message: 'Settings Fetched Successfully'
data:
id: 1
company_name: MichPro
address: '123 Tech Street, Lagos'
email: info@michpro.com
phone: '+2348100000000'
service_hours: 'Mon-Fri 9 AM - 5 PM'
facebook: 'https://facebook.com/michpro'
twitter: 'https://twitter.com/michpro'
whatsapp: '+2348100000000'
instagram: 'https://instagram.com/michpro'
youtube: 'https://youtube.com/michpro'
active_state: true
created_at: '2025-03-13T01:09:25.000000Z'
updated_at: '2025-03-13T01:09:25.000000Z'
properties:
code:
type: integer
example: 200
message:
type: string
example: 'Settings Fetched Successfully'
data:
type: object
properties:
id:
type: integer
example: 1
company_name:
type: string
example: MichPro
address:
type: string
example: '123 Tech Street, Lagos'
email:
type: string
example: info@michpro.com
phone:
type: string
example: '+2348100000000'
service_hours:
type: string
example: 'Mon-Fri 9 AM - 5 PM'
facebook:
type: string
example: 'https://facebook.com/michpro'
twitter:
type: string
example: 'https://twitter.com/michpro'
whatsapp:
type: string
example: '+2348100000000'
instagram:
type: string
example: 'https://instagram.com/michpro'
youtube:
type: string
example: 'https://youtube.com/michpro'
active_state:
type: boolean
example: true
created_at:
type: string
example: '2025-03-13T01:09:25.000000Z'
updated_at:
type: string
example: '2025-03-13T01:09:25.000000Z'
tags:
- Ungrouped
security: []
/api/v1/states:
get:
summary: 'get all states'
operationId: getAllStates
description: ''
parameters: []
responses:
200:
description: ''
content:
application/json:
schema:
type: object
example:
data:
states:
-
id: 1
state_name: 'Abia State'
-
id: 2
state_name: 'Adamawa State'
-
id: 3
state_name: 'Akwa Ibom State'
-
id: 4
state_name: 'Anambra State'
-
id: 5
state_name: 'Bauchi State'
-
id: 6
state_name: 'Bayelsa State'
-
id: 7
state_name: 'Benue State'
-
id: 8
state_name: 'Borno State'
-
id: 9
state_name: 'Cross River State'
-
id: 10
state_name: 'Delta State'
-
id: 11
state_name: 'Ebonyi State'
-
id: 12
state_name: 'Edo State'
-
id: 13
state_name: 'Ekiti State'
-
id: 14
state_name: 'Enugu State'
-
id: 15
state_name: FCT
-
id: 16
state_name: 'Gombe State'
-
id: 17
state_name: 'Imo State'
-
id: 18
state_name: 'Jigawa State'
-
id: 19
state_name: 'Kaduna State'
-
id: 20
state_name: 'Kano State'
-
id: 21
state_name: 'Katsina State'
-
id: 22
state_name: 'Kebbi State'
-
id: 23
state_name: 'Kogi State'
-
id: 24
state_name: 'Kwara State'
-
id: 25
state_name: 'Lagos State'
-
id: 26
state_name: 'Nasarawa State'
-
id: 27
state_name: 'Niger State'
-
id: 28
state_name: 'Ogun State'
-
id: 29
state_name: 'Ondo State'
-
id: 30
state_name: 'Osun State'
-
id: 31
state_name: 'Oyo State'
-
id: 32
state_name: 'Plateau State'
-
id: 33
state_name: 'Rivers State'
-
id: 34
state_name: 'Sokoto State'
-
id: 35
state_name: 'Taraba State'
-
id: 36
state_name: 'Yobe State'
-
id: 37
state_name: 'Zamfara State'
properties:
data:
type: object
properties:
states:
type: array
example:
-
id: 1
state_name: 'Abia State'
-
id: 2
state_name: 'Adamawa State'
-
id: 3
state_name: 'Akwa Ibom State'
-
id: 4
state_name: 'Anambra State'
-
id: 5
state_name: 'Bauchi State'
-
id: 6
state_name: 'Bayelsa State'
-
id: 7
state_name: 'Benue State'
-
id: 8
state_name: 'Borno State'
-
id: 9
state_name: 'Cross River State'
-
id: 10
state_name: 'Delta State'
-
id: 11
state_name: 'Ebonyi State'
-
id: 12
state_name: 'Edo State'
-
id: 13
state_name: 'Ekiti State'
-
id: 14
state_name: 'Enugu State'
-
id: 15
state_name: FCT
-
id: 16
state_name: 'Gombe State'
-
id: 17
state_name: 'Imo State'
-
id: 18
state_name: 'Jigawa State'
-
id: 19
state_name: 'Kaduna State'
-
id: 20
state_name: 'Kano State'
-
id: 21
state_name: 'Katsina State'
-
id: 22
state_name: 'Kebbi State'
-
id: 23
state_name: 'Kogi State'
-
id: 24
state_name: 'Kwara State'
-
id: 25
state_name: 'Lagos State'
-
id: 26
state_name: 'Nasarawa State'
-
id: 27
state_name: 'Niger State'
-
id: 28
state_name: 'Ogun State'
-
id: 29
state_name: 'Ondo State'
-
id: 30
state_name: 'Osun State'
-
id: 31
state_name: 'Oyo State'
-
id: 32
state_name: 'Plateau State'
-
id: 33
state_name: 'Rivers State'
-
id: 34
state_name: 'Sokoto State'
-
id: 35
state_name: 'Taraba State'
-
id: 36
state_name: 'Yobe State'
-
id: 37
state_name: 'Zamfara State'
items:
type: object
properties:
id:
type: integer
example: 1
state_name:
type: string
example: 'Abia State'
tags:
- Ungrouped
security: []
'/api/v1/lgas/{id}':
get:
summary: 'get all lgas by state'
operationId: getAllLgasByState
description: ''
parameters: []
responses:
200:
description: ''
content:
application/json:
schema:
type: object
example:
data:
lgas: []
properties:
data:
type: object
properties:
lgas:
type: array
example: []
tags:
- Ungrouped
security: []
parameters:
-
in: path
name: id
description: 'The ID of the lga.'
example: veniam
required: true
schema:
type: string
/api/v1/forgot-password:
post:
summary: forgotPassword
operationId: forgotPassword
description: ''
parameters: []
responses: { }
tags:
- Ungrouped
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
email:
type: string
description: 'Must be a valid email address. The email
of an existing record in the users table.'
example: rgibson@example.org
nullable: false
token:
type: string
description: 'The token
of an existing record in the tokens table.'
example: aperiam
nullable: false
password:
type: string
description: 'Must be at least 6 characters.'
example: '2R(j@?'
nullable: false
required:
- email
- token
- password
security: []
/api/v1/products/codes/validate:
post:
summary: ''
operationId: postApiV1ProductsCodesValidate
description: ''
parameters: []
responses: { }
tags:
- Ungrouped
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
code:
type: string
description: ''
example: omnis
nullable: false
required:
- code
security: []
/api/v1/webhooks/pay-stack-3435/updt-transfr:
post:
summary: ''
operationId: postApiV1WebhooksPayStack3435UpdtTransfr
description: ''
parameters: []
responses: { }
tags:
- Ungrouped
security: []
/api/v1/webhooks/flwave-1543/upte-transfe:
post:
summary: ''
operationId: postApiV1WebhooksFlwave1543UpteTransfe
description: ''
parameters: []
responses: { }
tags:
- Ungrouped
security: []
/api/v1/webhooks/o-pay-48201/updat-trans:
post:
summary: ''
operationId: postApiV1WebhooksOPay48201UpdatTrans
description: ''
parameters: []
responses: { }
tags:
- Ungrouped
security: []
/api/v1/payments/request-link:
post:
summary: ''
operationId: postApiV1PaymentsRequestLink
description: ''
parameters: []
responses: { }
tags:
- Ungrouped
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
method:
type: string
description: ''
example: nostrum
nullable: false
type:
type: string
description: ''
example: porro
nullable: false
id:
type: string
description: ''
example: aut
nullable: false
callback_url:
type: string
description: ''
example: 'http://kessler.com/'
nullable: false
return_url:
type: string
description: ''
example: 'https://weimann.info/ipsam-sit-voluptatem-aut.html'
nullable: false
required:
- method
- type
- id
- callback_url
- return_url
security: []
/api/v1/payments/verify:
get:
summary: ''
operationId: getApiV1PaymentsVerify
description: ''
parameters: []
responses:
401:
description: ''
content:
application/json:
schema:
type: object
example:
message: Unauthenticated.
properties:
message:
type: string
example: Unauthenticated.
tags:
- Ungrouped
security: []
'/api/admin/v1/products/image/{product_slug}':
patch:
summary: deleteImage
operationId: deleteImage
description: ''
parameters: []
responses: { }
tags:
- Ungrouped
security: []
parameters:
-
in: path
name: product_slug
description: 'The slug of the product.'
example: mich-pro-bl-24ei
required: true
schema:
type: string
'/api/admin/v1/products/codes/filter/{product_slug}':
post:
summary: ''
operationId: postApiAdminV1ProductsCodesFilterProduct_slug
description: ''
parameters: []
responses: { }
tags:
- Ungrouped
security: []
parameters:
-
in: path
name: product_slug
description: 'The slug of the product.'
example: mich-pro-bl-24ei
required: true
schema:
type: string
'/api/admin/v1/products/codes/search/{product_slug}':
get:
summary: ''
operationId: getApiAdminV1ProductsCodesSearchProduct_slug
description: ''
parameters: []
responses:
401:
description: ''
content:
application/json:
schema:
type: object
example:
message: Unauthenticated.
properties:
message:
type: string
example: Unauthenticated.
tags:
- Ungrouped
security: []
parameters:
-
in: path
name: product_slug
description: 'The slug of the product.'
example: mich-pro-bl-24ei
required: true
schema:
type: string
'/api/admin/v1/products/codes/fetch/{product_slug}':
get:
summary: ''
operationId: getApiAdminV1ProductsCodesFetchProduct_slug
description: ''
parameters: []
responses:
401:
description: ''
content:
application/json:
schema:
type: object
example:
message: Unauthenticated.
properties:
message:
type: string
example: Unauthenticated.
tags:
- Ungrouped
security: []
parameters:
-
in: path
name: product_slug
description: 'The slug of the product.'
example: mich-pro-bl-24ei
required: true
schema:
type: string
'/api/admin/v1/products/codes/generate/{product_slug}':
post:
summary: ''
operationId: postApiAdminV1ProductsCodesGenerateProduct_slug
description: ''
parameters: []
responses: { }
tags:
- Ungrouped
requestBody:
required: false
content:
application/json:
schema:
type: object
properties:
prefix:
type: string
description: ''
example: recusandae
nullable: false
caps:
type: boolean
description: ''
example: true
nullable: false
quantity:
type: integer
description: ''
example: 14
nullable: false
length:
type: integer
description: ''
example: 8
nullable: false
security: []
parameters:
-
in: path
name: product_slug
description: 'The slug of the product.'
example: mich-pro-bl-24ei
required: true
schema:
type: string
'/api/admin/v1/users/status/{user_id}':
get:
summary: toggleStatus
operationId: toggleStatus
description: ''
parameters: []
responses:
401:
description: ''
content:
application/json:
schema:
type: object
example:
message: Unauthenticated.
properties:
message:
type: string
example: Unauthenticated.
tags:
- Ungrouped
security: []
parameters:
-
in: path
name: user_id
description: 'The ID of the user.'
example: 9d547312-b4cd-4837-9e07-8233359f4d0e
required: true
schema:
type: string
/api/admin/v1/settings:
put:
summary: update
operationId: update
description: ''
parameters: []
responses: { }
tags:
- Ungrouped
requestBody:
required: false
content:
application/json:
schema:
type: object
properties:
company_name:
type: string
description: 'Must not be greater than 255 characters.'
example: zodmtscrlo
nullable: false
address:
type: string
description: 'Must not be greater than 500 characters.'
example: cyidjgfo
nullable: false
email:
type: string
description: 'Must be a valid email address. Must not be greater than 255 characters.'
example: amelia29@example.org
nullable: false
phone:
type: string
description: 'Must not be greater than 20 characters.'
example: qpsqk
nullable: false
service_hours:
type: string
description: 'Must not be greater than 255 characters.'
example: vvomymfrhozwpftxudeebsisv
nullable: false
facebook:
type: string
description: 'Must not be greater than 255 characters.'
example: wyut
nullable: true
twitter:
type: string
description: 'Must not be greater than 255 characters.'
example: haqvcrpyrzpbczv
nullable: true
whatsapp:
type: string
description: 'Must not be greater than 255 characters.'
example: acwhbubqdtlrgyxibx
nullable: true
instagram:
type: string
description: 'Must not be greater than 255 characters.'
example: yytlkmaud
nullable: true
youtube:
type: string
description: 'Must not be greater than 255 characters.'
example: qvsrvozveahixoriued
nullable: true
active_state:
type: boolean
description: ''
example: true
nullable: false
security: []
/api/admin/v1/settings/entities-stat:
get:
summary: getEntityStats
operationId: getEntityStats
description: ''
parameters: []
responses:
401:
description: ''
content:
application/json:
schema:
type: object
example:
message: Unauthenticated.
properties:
message:
type: string
example: Unauthenticated.
tags:
- Ungrouped
security: []
'/api/v1/users/{user_id}':
get:
summary: "Get A User's Details."
operationId: getAUsersDetails
description: ''
parameters: []
responses:
401:
description: ''
content:
application/json:
schema:
type: object
example:
message: Unauthenticated.
properties:
message:
type: string
example: Unauthenticated.
tags:
- Users
security: []
parameters:
-
in: path
name: user_id
description: 'The ID of the user.'
example: 9d547312-b4cd-4837-9e07-8233359f4d0e
required: true
schema:
type: string
/api/admin/v1/users:
get:
summary: 'Get User by role.'
operationId: getUserByRole
description: ''
parameters: []
responses:
401:
description: ''
content:
application/json:
schema:
type: object
example:
message: Unauthenticated.
properties:
message:
type: string
example: Unauthenticated.
tags:
- Users
/api/admin/v1/users/admin:
post:
summary: 'Create New Admin User.'
operationId: createNewAdminUser
description: ''
parameters: []
responses: { }
tags:
- Users
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
firstname:
type: string
description: 'Must not be greater than 255 characters.'
example: qoccmagqklxyayyprpcmhijg
nullable: false
lastname:
type: string
description: 'Must not be greater than 255 characters.'
example: ew
nullable: false
phone:
type: string
description: ''
example: sed
nullable: false
username:
type: string
description: ''
example: dolores
nullable: false
email:
type: string
description: 'Must be a valid email address.'
example: kbartoletti@example.com
nullable: false
password:
type: string
description: 'Must be at least 8 characters.'
example: '(`1O{8Xt8?^/WNT-"M`'
nullable: false
modules:
type: string
description: 'Must be a valid JSON string.'
example: '["excepturi","voluptas"]'
nullable: false
required:
- firstname
- lastname
- phone
- username
- email
'/api/admin/v1/users/assign-role/{user_id}':
post:
summary: 'Assign Role to a User.'
operationId: assignRoleToAUser
description: ''
parameters: []
responses: { }
tags:
- Users
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
role:
type: string
description: ''
example: admin
nullable: false
enum:
- customer
- admin
required:
- role
parameters:
-
in: path
name: user_id
description: 'The ID of the user.'
example: 9d547312-b4cd-4837-9e07-8233359f4d0e
required: true
schema:
type: string
/api/admin/v1/users/permissions:
post:
summary: 'Assign Permissions to a User Role.'
operationId: assignPermissionsToAUserRole
description: ''
parameters: []
responses: { }
tags:
- Users
requestBody:
required: false
content:
application/json:
schema:
type: object
properties:
permissions:
type: array
description: ''
example:
- enim
items:
type: string
tags:
-
name: Admins
description: ''
-
name: Authentication
description: ''
-
name: Banners
description: ''
-
name: Categories
description: ''
-
name: Customers
description: ''
-
name: Orders
description: ''
-
name: Products
description: ''
-
name: 'Search And Filtering'
description: ''
-
name: 'Shipping Addresses'
description: ''
-
name: 'Shopping Cart'
description: ''
-
name: Ungrouped
description: ''
-
name: Users
description: ''