openapi: 3.1.0
info:
title: Procter & Gamble API Marketplace Orders Supply Chain API
description: The Procter & Gamble API Marketplace provides access to P&G's suite of APIs for partners, suppliers, and developers. The platform enables integration with P&G's supply chain, product data, and business operations for building applications that interact with P&G systems.
version: '1.0'
servers:
- url: https://developer.pg.com/api
tags:
- name: Supply Chain
description: Integration with P&G supply chain operations.
paths:
/supply-chain/shipments:
get:
operationId: listShipments
summary: List shipments
description: Retrieves a list of shipments with tracking, status, and delivery information for supply chain partners.
tags:
- Supply Chain
responses:
'200':
description: Success
components:
securitySchemes:
bearerAuth:
type: http
scheme: bearer