Advanced Coupons API
  • REST API
  • coupons/v1
    • Virtual Coupons (Premium)
      • Query a list of virtual coupons
      • Fetch virtual coupon stats
      • Create a virtual coupon
      • Retrieve a virtual coupon
      • Update a virtual coupon
      • Delete a virtual coupon
      • Bulk create virtual coupons
      • Bulk delete virtual coupons
    • Search Customers (Premium)
    • Settings
  • loyalty-program/v1
    • Dashboard
    • Customers
    • Settings
    • My Points
  • wc-loyalty-program/v1
    • Dashboard
    • Customers
    • Settings
  • wc-store-credits/v1
    • Entries
      • Query a list of store credit entries
      • Create a store credit entry
      • Fetch a single store credit entry
      • Update store credit entry
      • Delete store credit entry
    • Customers
      • Get dashboard statistics data
      • Query list of customers with store credits balance
      • Get single customer statistics and sources
Powered by GitBook
On this page

Was this helpful?

wc-store-credits/v1

This is a custom available that's available on the free version of Advanced Coupons plugin when the Store Credits module is turned on.

This is a duplicate of the store-credits base endpoints to add support for the WC REST API authentication.

This API is introduced in ACFWF version 4.0

The namespace store-credits/v1 handles the following endpoints:

  • /wp-json/wc-store-credits/v1/entries

  • /wp-json/wc-store-credits/v1/entries/{entry_id}

  • /wp-json/wc-store-credits/v1/customers

  • /wp-json/wc-store-credits/v1/customer/{user_id}

  • /wp-json/wc-store-credits/v1/customer/status

PreviousSettingsNextEntries

Last updated 2 years ago

Was this helpful?