Skip to content

Conversation

@MouramChafik
Copy link

fix(docs): update API endpoints to use plural form 'carts' instead of 'cart'

Corrected API documentation to reflect actual working endpoints in Evershop:

  • Changed:
    • /api/cart/{id}/contacts ➜ /api/carts/{id}/contacts
    • /api/cart/{id}/addresses ➜ /api/carts/{id}/addresses
    • /api/cart/{id}/shippingMethods ➜ /api/carts/{id}/shippingMethods
    • /api/cart/{id}/paymentMethods ➜ /api/carts/{id}/paymentMethods

Tested all endpoints with Postman to confirm that the plural form 'carts' is required. See Evershop API reference

fix(docs): update API endpoints to use plural form 'carts' instead of 'cart'

Corrected API documentation to reflect actual working endpoints in Evershop:
- Changed:
  - /api/cart/{id}/contacts       ➜ /api/carts/{id}/contacts
  - /api/cart/{id}/addresses      ➜ /api/carts/{id}/addresses
  - /api/cart/{id}/shippingMethods ➜ /api/carts/{id}/shippingMethods
  - /api/cart/{id}/paymentMethods ➜ /api/carts/{id}/paymentMethods

Tested all endpoints with Postman to confirm that the plural form 'carts' is required.
See Evershop API reference
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

Successfully merging this pull request may close these issues.

1 participant