Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

[Question] Why doesn't OrdersController follow common REST guidelines? #1002

@jsangco

Description

@jsangco
  • POST api/v1/orders/ship to ship an order
  • POST api/v1/orders/cancel to cancel an order

The best practices I'm aware of are that verbs be avoided in RESTful APIs, so is there a reason that these verbs were chosen?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions