Get package profile
get_package_profileComputes the shipment weight and item breakdown for a package. Accepts a saleId, a list of productIds, or an explicit weightGramsOverride.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| saleId | No | Velora Sale ID (takes priority over productIds). | |
| productIds | No | Array of Velora Product IDs (assumes qty=1 per id). | |
| weightGramsOverride | No | Explicit weight override in grams. |