package
Version:
v1.36.0
Opens a new window with list of versions in this module.
Published: Feb 24, 2026
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CartResponse struct {
Id string `json:"id"`
}
type SetReq struct {
Quantity int `json:"quantity"`
ProductId string `json:"productId"`
ProductSlug string `json:"productSlug"`
VariantSKU string `json:"variantSku"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.