Newstore package-types API declares
1 security scheme
for authenticating requests.
It supports OAuth 2.0 (oauth) using the application flow, exposing 29 scopes.
Paths & Operations 5
Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.
The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are Problem (9 properties), PackageDimensions (4 properties), PackageTypeResponse (4 properties), UpdatePackageTypeRequest (3 properties). Each schema is shown below with its type and property counts.
weight_unit
string
Unit of measurement for the weight.
Problem
object
9 properties
PackageWeight
object
The weight of a package type.
2 properties2 required
PackageTypeResponse
object
A package type that is available for associates to select during the packing flow.
4 properties4 required
CreatePackageTypeRequest
object
Request body for creating a new package type. Package types define the packages available for an associate to choose from during the packing flow in the Associ…
3 properties3 required
UpdatePackageTypeRequest
object
Request body for updating an existing package type. All fields are optional; only provided fields will be updated.
3 properties
PackageDimensions
object
The physical dimensions of a package type.
4 properties4 required
dimension_unit
string
Unit of measurement for the dimensions.
PackageTypesResponse
object
List of all package types configured.
1 property1 required
Specification
The full machine-readable OpenAPI contract behind this narrative.