CustomerAddress {shopifyr}R Documentation

CustomerAddress Functions

Description

CustomerAddress Functions

Usage

getCustomerAddresses(customerId, ...)

getCustomerAddress(customerId, customerAddressId, ...)

createCustomerAddress(customerAddress, customerId, ...)

modifyCustomerAddress(customerAddress, customerId, ...)

deleteCustomerAddress(customerId, customerAddressId, ...)

setCustomerDefaultAddress(customerId, customerAddressId, ...)

Arguments

customerId

a Customer id

...

additional request parameters

customerAddressId

a CustomerAddress id number

customerAddress

a list containing CustomerAddress fields

Value

a list containing a CustomerAddress fields or a list of CustomerAddresss

References

Shopify API CustomerAddress documentation: https://help.shopify.com/api/reference/customers/customer_address


[Package shopifyr version 1.0.0 Index]