CouponService::retrieve()
Method: Retrieves the coupon with the given ID.
CouponService::retrieve Read More »
Method: Retrieves the coupon with the given ID.
CouponService::retrieve Read More »
Method: Updates the metadata of a coupon. Other coupon details (currency, duration, amount_off) are, by design, not editable.
CouponService::update Read More »
Method: Returns a list of your products. The products are returned sorted by creation date, with the most recently created products appearing first.
ProductService::all Read More »
Method: Delete a product. Deleting a product is only possible if it has no prices associated with it. Additionally, deleting a product with type=good is only possible if it has no SKUs associated with it.
ProductService::delete Read More »
Method: A quote models prices and services for a customer. Default options for header, description, footer, and expires_at can be set in the dashboard via the quote template.
QuoteService::create Read More »
Method: Creates a new shipping rate object.
ShippingRateService::create Read More »
Method: Retrieves the quote with the given ID.
QuoteService::retrieve Read More »
Method: Returns the shipping rate object with the given ID.
ShippingRateService::retrieve Read More »
Method: A quote models prices and services for a customer.
QuoteService::update Read More »
Method: Updates an existing shipping rate object.
ShippingRateService::update Read More »
Method: Returns a list of all refunds you’ve previously created. The refunds are returned in sorted order, with the most recent refunds appearing first. For convenience, the 10 most recent refunds are always available by default on the charge object.
RefundService::all Read More »
Method: Retrieves the details of an existing refund.
RefundService::retrieve Read More »
Method: Updates the specified refund by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
RefundService::update Read More »