Customer {shopifyr}R Documentation

Customer Functions

Description

Customer Functions

Usage

getCustomers(...)

searchCustomers(query, ...)

getCustomer(customerId, ...)

createCustomer(customer, ...)

modifyCustomer(customer, ...)

deleteCustomer(customerId, ...)

getCustomersCount(...)

getCustomerOrders(customerId, ...)

Arguments

...

additional request parameters

query

a query string to use when searching Customer records

customerId

a Customer id number

customer

a list containing Customer fields

Value

a list containing a Customer fields or a list of Customers

References

Shopify API Customer documentation: https://help.shopify.com/api/reference/customers/customer


[Package shopifyr version 1.0.0 Index]