Skip to content

Customer Wishlist Items

The customer's full wishlist. Right-sidebar panel on the Create-Order screen.

EndpointMethod
/api/admin/customers/{customerId}/wishlist-itemsGET

Response Fields

Returns the standard { data, meta } envelope. Each row in data:

FieldTypeDescription
idintegerWishlist item ID.
productIdintegerThe product.
skustringProduct SKU.
namestringProduct name.
pricenumberUnit price.
formattedPricestringCurrency-formatted unit price.
productImagestring | nullProduct thumbnail URL for the badge.
additionalobject | nullExtra item attributes.

Requires an admin Bearer token.

TIP

For how the Create-Order helper panels fit together, see the Create-Order Helpers overview.

Released under the MIT License.