Log in
Model

Shipments

Magento\SalesGraphQl\Model\Resolver\Shipments

What it does

This GraphQL resolver retrieves shipment information for a customer's order.

Developers use this class when building GraphQL queries that need to return shipment details including tracking numbers, comments, and items for a given order.

It formats shipment data for the GraphQL API response, handling collections of shipments and their associated comments.

Public Methods

  • resolve()