# Pod Erp ## Docs - [Create Orders](https://docs.poderp.com/api-reference/endpoint/create.md): Creates a new order. You can specify products by `sku` code (recommended) or by `spu` + `size` + `color`. - [List Products](https://docs.poderp.com/api-reference/endpoint/list-products.md): Returns all products (SPUs) available to the authenticated customer, including their variants (SKUs). - [List Variants](https://docs.poderp.com/api-reference/endpoint/list-variants.md): Returns all variants (SKUs) for a specific product. Use the `skuCode` from the response when creating orders. - [Query Waybills](https://docs.poderp.com/api-reference/endpoint/query-waybills.md): Query waybill tracking numbers and shipping label URLs by `uniqueRequestId` or `orderNo`. At least one parameter must be provided. - [Pod Order OpenAPI](https://docs.poderp.com/api-reference/introduction.md): API endpoints for customers to import orders to our platform ## OpenAPI Specs - [openapi](https://docs.poderp.com/api-reference/openapi.json)