Skip to main content

supplyPOMilestones

Retrieves all milestones associated with a specific purchase order, ordered chronologically by their position in the fulfillment process.

Authentication & Permissions

Requires the supply:read_milestones permission for the brand that owns the purchase order.

Possible Errors

  • **Purchase Order not found**: Returned when the specified po_id does not exist in the system.
  • **Permission denied**: Returned when the authenticated user lacks access to the brand associated with the purchase order.
supplyPOMilestones(
poId: ID!
): [POMilestone!]!

Arguments

supplyPOMilestones.poId ● ID! non-null scalar

Type

POMilestone object

Represents a milestone in a purchase order lifecycle, tracking progress from planning through delivery.