Account Resources
Account related resources. (an Account is defined by the Type Field and usually represents a Customer/Vendor/Warehouse). includes: accounts, contacts, account_users, account_catalogs, account_inventory.
Accounts
get
https://api.pepperi.com/v1.0/accounts
get
https://api.pepperi.com/v1.0/accounts/{id}
get
https://api.pepperi.com/v1.0/items/externalid/{id}
get
https://api.pepperi.com/v1.0/totals/items
get
https://api.pepperi.com/v1.0/metadata/accounts
post
https://api.pepperi.com/v1.0/accounts
post
https://api.pepperi.com/v1.0/bulk/accounts/json
post
https://api.pepperi.com/v1.0/bulk/accounts/csv_zip
Starts a new async bulk upload job that upserts (updates/inserts) multiple accounts data as a zip file that contains a single csv file. This async request returns a Job ID and URI to query the job’s status. ExternalID is required in case of insert and either InternalID or ExternalID are required in case of update.
post
https://api.pepperi.com/v1.0/metadata/accounts
delete
https://api.pepperi.com/v1.0/accounts/{id}
delete
https://api.pepperi.com/v1.0/accounts/externalid/{id}
Contacts
method
description
get
https://api.pepperi.com/v1.0/contacts
Retrieves a list of contacts including details about each contact and its nested objects.
get
https://api.pepperi.com/v1.0/contacts/{id}
get
https://api.pepperi.com/v1.0/contacts/externalid/{id}
get
https://api.pepperi.com/v1.0/totals/contacts
get
https://api.pepperi.com/v1.0/metadata/contacts
post
https://api.pepperi.com/v1.0/contacts
Upserts (updates/inserts) a single contact data. ExternalID and Account ExternalID are required in case of insert and either InternalID or ExternalID are required in case of update.
post
https://api.pepperi.com/v1.0/bulk/contacts/json
post
https://api.pepperi.com/v1.0/bulk/contacts/csv_zip
Starts a new async bulk upload job that upserts (updates/inserts) multiple contacts data as a zip file that contains a single csv file. This async request returns a Job ID and URI to query the job’s status. ExternalID and Account ExternalID are required in case of insert and either InternalID or ExternalID are required in case of update.
delete
https://api.pepperi.com/v1.0/contacts/{id}
delete
https://api.pepperi.com/v1.0/contacts/externalid/{id}
Account Users
method
description
get
https://api.pepperi.com/v1.0/account_users
Retrieves a list of account users including details about each account user and its nested objects.
get
https://api.pepperi.com/v1.0/totals/account_users
get
https://api.pepperi.com/v1.0/metadata/account_users
post
https://api.pepperi.com/v1.0/account_users
post
https://api.pepperi.com/v1.0/bulk/inventory/json
post
https://api.pepperi.com/v1.0/bulk/account_users/csv_zip
Catalogs
method
description
get
https://api.pepperi.com/v1.0/catalogs
get
https://api.pepperi.com/v1.0/totals/catalogs
get
https://api.pepperi.com/v1.0/metadata/catalogs
Account Catalogs
method
description
get
https://api.pepperi.com/v1.0/account_catalogs
get
https://api.pepperi.com/v1.0/totals/account_catalogs
get
https://api.pepperi.com/v1.0/metadata/account_catalogs
post
https://api.pepperi.com/v1.0/account_catalogs
post
https://api.pepperi.com/v1.0/bulk/account_catalogs/json
post
https://api.pepperi.com/v1.0/bulk/account_catalogs/csv_zip
Account Inventory
method
description
get
https://api.pepperi.com/v1.0/account_inventory
get
https://api.pepperi.com/v1.0/totals/account_inventory
get
https://api.pepperi.com/v1.0/metadata/account_inventory
post
https://api.pepperi.com/v1.0/account_inventory
post
https://api.pepperi.com/v1.0/bulk/account_inventory/json
post
https://api.pepperi.com/v1.0/bulk/account_inventory/csv_zip
Account Sellout
method
description
get
https://api.pepperi.com/v1.0/account_sellout
get
https://api.pepperi.com/v1.0/totals/account_sellout
get
https://api.pepperi.com/v1.0/metadata/account_sellout