Skip to main content
Version: v1.0.0(int)

W078: Get SKU detail

Returns a single SKU record. Triggered by opening a SKU's detail page. Occupies the W078 slot freed when the reactivate-sku-type workflow was dropped (activation folds into Update).

Steps

  1. Load the SKU. Call Products.getSkuById.

Returns

The bare SKU record. The UI resolves the type name from the list endpoint.

Business rules

  • Tenant scoping is automatic.

Errors

  • NotFoundError. The SKU was not found.