Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX][PHP] Refactor API Endpoint For Product Categories #576

Open
devMuhammad05 opened this issue Aug 24, 2024 · 0 comments
Open

[FIX][PHP] Refactor API Endpoint For Product Categories #576

devMuhammad05 opened this issue Aug 24, 2024 · 0 comments
Assignees

Comments

@devMuhammad05
Copy link
Contributor

devMuhammad05 commented Aug 24, 2024

Description

To get all categories for products

Route

GET: /api/v1/products/categories

Response Body

Code: 200
Description: OK

{
  "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "name": "string",
  "description": "string",
  "slug": "string",
  "created_at": "2024-08-24T16:31:01.482Z",
  "updated_at": "2024-08-24T16:31:01.482Z"
}
@devMuhammad05 devMuhammad05 changed the title [FIX][PHP] Refactor API Endpoint To Search Products By Name [FIX][PHP] Refactor API Endpoint For Product Categories Aug 24, 2024
@devMuhammad05 devMuhammad05 self-assigned this Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant