New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ordercloud-javascript-sdk

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ordercloud-javascript-sdk

JavaScript SDK autogenerated from swagger spec using the Swagger-CodeGen project

  • 1.0.45
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9.9K
decreased by-5.11%
Maintainers
1
Weekly downloads
 
Created
Source

OrderCloud

OrderCloud - JavaScript client for OrderCloud No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) This SDK is automatically generated by the Swagger Codegen project:

  • API version: 1.0
  • Package version: 1.0.45
  • Build package: io.swagger.codegen.languages.JavascriptClientCodegen For more information, please visit http://ordercloud.io

Installation

For Node.js

npm

To publish the library as a npm, please follow the procedure in "Publishing npm packages".

Then install it via:

npm install OrderCloud --save
git

If the library is hosted at a git repository, e.g. https://github.com/GIT_USER_ID/GIT_REPO_ID then install it via:

    npm install GIT_USER_ID/GIT_REPO_ID --save

For browser

The library also works in the browser environment via npm and browserify. After following the above steps with Node.js and installing browserify with npm install -g browserify, perform the following (assuming main.js is your entry file):

browserify main.js > bundle.js

Then include bundle.js in the HTML pages.

Getting Started

Please follow the installation instruction and execute the following JS code:

var OrderCloud = require('OrderCloud');

var defaultClient = OrderCloud.ApiClient.instance;

// Configure OAuth2 access token for authorization: oauth2
var oauth2 = defaultClient.authentications['oauth2'];
oauth2.accessToken = "YOUR ACCESS TOKEN"

var api = new OrderCloud.Addresses()

var buyerID = "buyerID_example"; // {String} ID of the buyer.

var address = new OrderCloud.Address(); // {Address} 

api.Create(buyerID, address).then(function(data) {
  console.log('API called successfully. Returned data: ' + data);
}, function(error) {
  console.error(error);
});


Documentation for API Endpoints

All URIs are relative to https://api.ordercloud.io/v1

ClassMethodHTTP requestDescription
OrderCloud.AddressesCreatePOST /buyers/{buyerID}/addresses
OrderCloud.AddressesDeleteDELETE /buyers/{buyerID}/addresses/{addressID}
OrderCloud.AddressesDeleteAssignmentDELETE /buyers/{buyerID}/addresses/{addressID}/assignments
OrderCloud.AddressesGetGET /buyers/{buyerID}/addresses/{addressID}
OrderCloud.AddressesListGET /buyers/{buyerID}/addresses
OrderCloud.AddressesListAssignmentsGET /buyers/{buyerID}/addresses/assignments
OrderCloud.AddressesPatchPATCH /buyers/{buyerID}/addresses/{addressID}
OrderCloud.AddressesSaveAssignmentPOST /buyers/{buyerID}/addresses/assignments
OrderCloud.AddressesUpdatePUT /buyers/{buyerID}/addresses/{addressID}
OrderCloud.AdminAddressesCreatePOST /addresses
OrderCloud.AdminAddressesDeleteDELETE /addresses/{addressID}
OrderCloud.AdminAddressesGetGET /addresses/{addressID}
OrderCloud.AdminAddressesListGET /addresses
OrderCloud.AdminAddressesPatchPATCH /addresses/{addressID}
OrderCloud.AdminAddressesUpdatePUT /addresses/{addressID}
OrderCloud.AdminUsersCreatePOST /adminusers
OrderCloud.AdminUsersDeleteDELETE /adminusers/{userID}
OrderCloud.AdminUsersGetGET /adminusers/{userID}
OrderCloud.AdminUsersListGET /adminusers
OrderCloud.AdminUsersPatchPATCH /adminusers/{userID}
OrderCloud.AdminUsersUpdatePUT /adminusers/{userID}
OrderCloud.AdminUserGroupsCreatePOST /usergroups
OrderCloud.AdminUserGroupsDeleteDELETE /usergroups/{userGroupID}
OrderCloud.AdminUserGroupsDeleteUserAssignmentDELETE /usergroups/{userGroupID}/assignments/{userID}
OrderCloud.AdminUserGroupsGetGET /usergroups/{userGroupID}
OrderCloud.AdminUserGroupsListGET /usergroups
OrderCloud.AdminUserGroupsListUserAssignmentsGET /usergroups/assignments
OrderCloud.AdminUserGroupsPatchPATCH /usergroups/{userGroupID}
OrderCloud.AdminUserGroupsSaveUserAssignmentPOST /usergroups/assignments
OrderCloud.AdminUserGroupsUpdatePUT /usergroups/{userGroupID}
OrderCloud.ApprovalRulesCreatePOST /buyers/{buyerID}/approvalrules
OrderCloud.ApprovalRulesDeleteDELETE /buyers/{buyerID}/approvalrules/{approvalRuleID}
OrderCloud.ApprovalRulesGetGET /buyers/{buyerID}/approvalrules/{approvalRuleID}
OrderCloud.ApprovalRulesListGET /buyers/{buyerID}/approvalrules
OrderCloud.ApprovalRulesPatchPATCH /buyers/{buyerID}/approvalrules/{approvalRuleID}
OrderCloud.ApprovalRulesUpdatePUT /buyers/{buyerID}/approvalrules/{approvalRuleID}
OrderCloud.BuyersCreatePOST /buyers
OrderCloud.BuyersDeleteDELETE /buyers/{buyerID}
OrderCloud.BuyersGetGET /buyers/{buyerID}
OrderCloud.BuyersListGET /buyers
OrderCloud.BuyersPatchPATCH /buyers/{buyerID}
OrderCloud.BuyersUpdatePUT /buyers/{buyerID}
OrderCloud.CatalogsCreatePOST /catalogs
OrderCloud.CatalogsDeleteDELETE /catalogs/{catalogID}
OrderCloud.CatalogsDeleteAssignmentDELETE /catalogs/{catalogID}/assignments
OrderCloud.CatalogsDeleteProductAssignmentDELETE /catalogs/{catalogID}/productassignments/{productID}
OrderCloud.CatalogsGetGET /catalogs/{catalogID}
OrderCloud.CatalogsListGET /catalogs
OrderCloud.CatalogsListAssignmentsGET /catalogs/assignments
OrderCloud.CatalogsListProductAssignmentsGET /catalogs/productassignments
OrderCloud.CatalogsPatchPATCH /catalogs/{catalogID}
OrderCloud.CatalogsSaveAssignmentPOST /catalogs/assignments
OrderCloud.CatalogsSaveProductAssignmentPOST /catalogs/productassignments
OrderCloud.CatalogsUpdatePUT /catalogs/{catalogID}
OrderCloud.CategoriesCreatePOST /catalogs/{catalogID}/categories
OrderCloud.CategoriesDeleteDELETE /catalogs/{catalogID}/categories/{categoryID}
OrderCloud.CategoriesDeleteAssignmentDELETE /catalogs/{catalogID}/categories/{categoryID}/assignments
OrderCloud.CategoriesDeleteProductAssignmentDELETE /catalogs/{catalogID}/categories/{categoryID}/productassignments/{productID}
OrderCloud.CategoriesGetGET /catalogs/{catalogID}/categories/{categoryID}
OrderCloud.CategoriesListGET /catalogs/{catalogID}/categories
OrderCloud.CategoriesListAssignmentsGET /catalogs/{catalogID}/categories/assignments
OrderCloud.CategoriesListProductAssignmentsGET /catalogs/{catalogID}/categories/productassignments
OrderCloud.CategoriesPatchPATCH /catalogs/{catalogID}/categories/{categoryID}
OrderCloud.CategoriesSaveAssignmentPOST /catalogs/{catalogID}/categories/assignments
OrderCloud.CategoriesSaveProductAssignmentPOST /catalogs/{catalogID}/categories/productassignments
OrderCloud.CategoriesUpdatePUT /catalogs/{catalogID}/categories/{categoryID}
OrderCloud.CostCentersCreatePOST /buyers/{buyerID}/costcenters
OrderCloud.CostCentersDeleteDELETE /buyers/{buyerID}/costcenters/{costCenterID}
OrderCloud.CostCentersDeleteAssignmentDELETE /buyers/{buyerID}/costcenters/{costCenterID}/assignments
OrderCloud.CostCentersGetGET /buyers/{buyerID}/costcenters/{costCenterID}
OrderCloud.CostCentersListGET /buyers/{buyerID}/costcenters
OrderCloud.CostCentersListAssignmentsGET /buyers/{buyerID}/costcenters/assignments
OrderCloud.CostCentersPatchPATCH /buyers/{buyerID}/costcenters/{costCenterID}
OrderCloud.CostCentersSaveAssignmentPOST /buyers/{buyerID}/costcenters/assignments
OrderCloud.CostCentersUpdatePUT /buyers/{buyerID}/costcenters/{costCenterID}
OrderCloud.CreditCardsCreatePOST /buyers/{buyerID}/creditcards
OrderCloud.CreditCardsDeleteDELETE /buyers/{buyerID}/creditcards/{creditCardID}
OrderCloud.CreditCardsDeleteAssignmentDELETE /buyers/{buyerID}/creditcards/{creditCardID}/assignments
OrderCloud.CreditCardsGetGET /buyers/{buyerID}/creditcards/{creditCardID}
OrderCloud.CreditCardsListGET /buyers/{buyerID}/creditcards
OrderCloud.CreditCardsListAssignmentsGET /buyers/{buyerID}/creditcards/assignments
OrderCloud.CreditCardsPatchPATCH /buyers/{buyerID}/creditcards/{creditCardID}
OrderCloud.CreditCardsSaveAssignmentPOST /buyers/{buyerID}/creditcards/assignments
OrderCloud.CreditCardsUpdatePUT /buyers/{buyerID}/creditcards/{creditCardID}
OrderCloud.ImpersonationConfigsCreatePOST /impersonationconfig
OrderCloud.ImpersonationConfigsDeleteDELETE /impersonationconfig/{impersonationConfigID}
OrderCloud.ImpersonationConfigsGetGET /impersonationconfig/{impersonationConfigID}
OrderCloud.ImpersonationConfigsListGET /impersonationconfig
OrderCloud.ImpersonationConfigsPatchPATCH /impersonationconfig/{impersonationConfigID}
OrderCloud.ImpersonationConfigsUpdatePUT /impersonationconfig/{impersonationConfigID}
OrderCloud.LineItemsCreatePOST /orders/{direction}/{orderID}/lineitems
OrderCloud.LineItemsDeleteDELETE /orders/{direction}/{orderID}/lineitems/{lineItemID}
OrderCloud.LineItemsGetGET /orders/{direction}/{orderID}/lineitems/{lineItemID}
OrderCloud.LineItemsListGET /orders/{direction}/{orderID}/lineitems
OrderCloud.LineItemsPatchPATCH /orders/{direction}/{orderID}/lineitems/{lineItemID}
OrderCloud.LineItemsPatchShippingAddressPATCH /orders/{direction}/{orderID}/lineitems/{lineItemID}/shipto
OrderCloud.LineItemsSetShippingAddressPUT /orders/{direction}/{orderID}/lineitems/{lineItemID}/shipto
OrderCloud.LineItemsUpdatePUT /orders/{direction}/{orderID}/lineitems/{lineItemID}
OrderCloud.MeCreateAddressPOST /me/addresses
OrderCloud.MeCreateCreditCardPOST /me/creditcards
OrderCloud.MeDeleteAddressDELETE /me/addresses/{addressID}
OrderCloud.MeDeleteCreditCardDELETE /me/creditcards/{creditcardID}
OrderCloud.MeGetGET /me
OrderCloud.MeGetAddressGET /me/addresses/{addressID}
OrderCloud.MeGetCreditCardGET /me/creditcards/{creditcardID}
OrderCloud.MeGetProductGET /me/catalogs/{catalogID}/products/{productID}
OrderCloud.MeGetPromotionGET /me/promotions/{promotionID}
OrderCloud.MeGetShipmentGET /me/shipments/{shipmentID}
OrderCloud.MeGetSpecGET /me/catalogs/{catalogID}/products/{productID}/specs/{specID}
OrderCloud.MeGetSpendingAccountGET /me/spendingaccounts/{spendingAccountID}
OrderCloud.MeListAddressesGET /me/addresses
OrderCloud.MeListApprovableOrdersGET /me/orders/approvable
OrderCloud.MeListCategoriesGET /me/categories
OrderCloud.MeListCostCentersGET /me/costcenters
OrderCloud.MeListCreditCardsGET /me/creditcards
OrderCloud.MeListOrdersGET /me/orders
OrderCloud.MeListProductsGET /me/products
OrderCloud.MeListPromotionsGET /me/promotions
OrderCloud.MeListShipmentsGET /me/shipments
OrderCloud.MeListSpecsGET /me/catalogs/{catalogID}/products/{productID}/specs
OrderCloud.MeListSpendingAccountsGET /me/spendingAccounts
OrderCloud.MeListUserGroupsGET /me/usergroups
OrderCloud.MePatchPATCH /me
OrderCloud.MePatchAddressPATCH /me/addresses/{addressID}
OrderCloud.MePatchCreditCardPATCH /me/creditcards/{creditcardID}
OrderCloud.MeRegisterPUT /me/register
OrderCloud.MeResetPasswordByTokenPOST /me/password
OrderCloud.MeTransferAnonUserOrderPUT /me/orders
OrderCloud.MeUpdatePUT /me
OrderCloud.MeUpdateAddressPUT /me/addresses/{addressID}
OrderCloud.MeUpdateCreditCardPUT /me/creditcards/{creditcardID}
OrderCloud.MessageSendersDeleteAssignmentDELETE /MessageSenders/{messageSenderID}/assignments
OrderCloud.MessageSendersGetGET /MessageSenders/{messageSenderID}
OrderCloud.MessageSendersListGET /MessageSenders
OrderCloud.MessageSendersListAssignmentsGET /MessageSenders/assignments
OrderCloud.MessageSendersListCCListenerAssignmentsGET /MessageSenders/CCListenerAssignments
OrderCloud.MessageSendersSaveAssignmentPOST /MessageSenders/assignments
OrderCloud.MessageSendersSaveCCListenerAssignmentPOST /MessageSenders/CCListenerAssignments
OrderCloud.OrdersAddPromotionPOST /orders/{direction}/{orderID}/promotions/{promoCode}
OrderCloud.OrdersApprovePOST /orders/{direction}/{orderID}/approve
OrderCloud.OrdersCancelPOST /orders/{direction}/{orderID}/cancel
OrderCloud.OrdersCreatePOST /orders/{direction}
OrderCloud.OrdersDeclinePOST /orders/{direction}/{orderID}/decline
OrderCloud.OrdersDeleteDELETE /orders/{direction}/{orderID}
OrderCloud.OrdersGetGET /orders/{direction}/{orderID}
OrderCloud.OrdersListGET /orders/{direction}
OrderCloud.OrdersListApprovalsGET /orders/{direction}/{orderID}/approvals
OrderCloud.OrdersListEligibleApproversGET /orders/{direction}/{orderID}/eligibleapprovers
OrderCloud.OrdersListPromotionsGET /orders/{direction}/{orderID}/promotions
OrderCloud.OrdersPatchPATCH /orders/{direction}/{orderID}
OrderCloud.OrdersPatchBillingAddressPATCH /orders/{direction}/{orderID}/billto
OrderCloud.OrdersPatchShippingAddressPATCH /orders/{direction}/{orderID}/shipto
OrderCloud.OrdersRemovePromotionDELETE /orders/{direction}/{orderID}/promotions/{promoCode}
OrderCloud.OrdersSetBillingAddressPUT /orders/{direction}/{orderID}/billto
OrderCloud.OrdersSetShippingAddressPUT /orders/{direction}/{orderID}/shipto
OrderCloud.OrdersShipPOST /orders/{direction}/{orderID}/ship
OrderCloud.OrdersSubmitPOST /orders/{direction}/{orderID}/submit
OrderCloud.OrdersUpdatePUT /orders/{direction}/{orderID}
OrderCloud.PasswordResetsResetPasswordByVerificationCodePUT /password/reset/{verificationCode}
OrderCloud.PasswordResetsSendVerificationCodePOST /password/reset
OrderCloud.PaymentsCreatePOST /orders/{direction}/{orderID}/payments
OrderCloud.PaymentsCreateTransactionPOST /orders/{direction}/{orderID}/payments/{paymentID}/transactions
OrderCloud.PaymentsDeleteDELETE /orders/{direction}/{orderID}/payments/{paymentID}
OrderCloud.PaymentsDeleteTransactionDELETE /orders/{direction}/{orderID}/payments/{paymentID}/transactions/{transactionID}
OrderCloud.PaymentsGetGET /orders/{direction}/{orderID}/payments/{paymentID}
OrderCloud.PaymentsListGET /orders/{direction}/{orderID}/payments
OrderCloud.PaymentsPatchPATCH /orders/{direction}/{orderID}/payments/{paymentID}
OrderCloud.PriceSchedulesCreatePOST /priceschedules
OrderCloud.PriceSchedulesDeleteDELETE /priceschedules/{priceScheduleID}
OrderCloud.PriceSchedulesDeletePriceBreakDELETE /priceschedules/{priceScheduleID}/PriceBreaks
OrderCloud.PriceSchedulesGetGET /priceschedules/{priceScheduleID}
OrderCloud.PriceSchedulesListGET /priceschedules
OrderCloud.PriceSchedulesPatchPATCH /priceschedules/{priceScheduleID}
OrderCloud.PriceSchedulesSavePriceBreakPOST /priceschedules/{priceScheduleID}/PriceBreaks
OrderCloud.PriceSchedulesUpdatePUT /priceschedules/{priceScheduleID}
OrderCloud.ProductsCreatePOST /products
OrderCloud.ProductsDeleteDELETE /products/{productID}
OrderCloud.ProductsDeleteAssignmentDELETE /products/{productID}/assignments/{buyerID}
OrderCloud.ProductsGenerateVariantsPOST /products/{productID}/variants/generate
OrderCloud.ProductsGetGET /products/{productID}
OrderCloud.ProductsGetVariantGET /products/{productID}/variants/{variantID}
OrderCloud.ProductsListGET /products
OrderCloud.ProductsListAssignmentsGET /products/assignments
OrderCloud.ProductsListSuppliersGET /products/{productID}/suppliers
OrderCloud.ProductsListVariantsGET /products/{productID}/variants
OrderCloud.ProductsPatchPATCH /products/{productID}
OrderCloud.ProductsPatchVariantPATCH /products/{productID}/variants/{variantID}
OrderCloud.ProductsRemoveSupplierDELETE /products/{productID}/suppliers/{supplierID}
OrderCloud.ProductsSaveAssignmentPOST /products/assignments
OrderCloud.ProductsSaveSupplierPUT /products/{productID}/suppliers/{supplierID}
OrderCloud.ProductsUpdatePUT /products/{productID}
OrderCloud.ProductsUpdateVariantPUT /products/{productID}/variants/{variantID}
OrderCloud.PromotionsCreatePOST /promotions
OrderCloud.PromotionsDeleteDELETE /promotions/{promotionID}
OrderCloud.PromotionsDeleteAssignmentDELETE /promotions/{promotionID}/assignments
OrderCloud.PromotionsGetGET /promotions/{promotionID}
OrderCloud.PromotionsListGET /promotions
OrderCloud.PromotionsListAssignmentsGET /promotions/assignments
OrderCloud.PromotionsPatchPATCH /promotions/{promotionID}
OrderCloud.PromotionsSaveAssignmentPOST /promotions/assignments
OrderCloud.PromotionsUpdatePUT /promotions/{promotionID}
OrderCloud.SecurityProfilesDeleteAssignmentDELETE /securityprofiles/{securityProfileID}/assignments
OrderCloud.SecurityProfilesGetGET /securityprofiles/{securityProfileID}
OrderCloud.SecurityProfilesListGET /securityprofiles
OrderCloud.SecurityProfilesListAssignmentsGET /securityprofiles/assignments
OrderCloud.SecurityProfilesSaveAssignmentPOST /securityprofiles/assignments
OrderCloud.ShipmentsCreatePOST /shipments
OrderCloud.ShipmentsDeleteDELETE /shipments/{shipmentID}
OrderCloud.ShipmentsDeleteItemDELETE /shipments/{shipmentID}/items/{orderID}/{lineItemID}
OrderCloud.ShipmentsGetGET /shipments/{shipmentID}
OrderCloud.ShipmentsGetItemGET /shipments/{shipmentID}/items/{orderID}/{lineItemID}
OrderCloud.ShipmentsListGET /shipments
OrderCloud.ShipmentsListItemsGET /shipments/{shipmentID}/items
OrderCloud.ShipmentsPatchPATCH /shipments/{shipmentID}
OrderCloud.ShipmentsSaveItemPOST /shipments/{shipmentID}/items
OrderCloud.ShipmentsUpdatePUT /shipments/{shipmentID}
OrderCloud.SpecsCreatePOST /specs
OrderCloud.SpecsCreateOptionPOST /specs/{specID}/options
OrderCloud.SpecsDeleteDELETE /specs/{specID}
OrderCloud.SpecsDeleteOptionDELETE /specs/{specID}/options/{optionID}
OrderCloud.SpecsDeleteProductAssignmentDELETE /specs/{specID}/productassignments/{productID}
OrderCloud.SpecsGetGET /specs/{specID}
OrderCloud.SpecsGetOptionGET /specs/{specID}/options/{optionID}
OrderCloud.SpecsListGET /specs
OrderCloud.SpecsListOptionsGET /specs/{specID}/options
OrderCloud.SpecsListProductAssignmentsGET /specs/productassignments
OrderCloud.SpecsPatchPATCH /specs/{specID}
OrderCloud.SpecsPatchOptionPATCH /specs/{specID}/options/{optionID}
OrderCloud.SpecsSaveProductAssignmentPOST /specs/productassignments
OrderCloud.SpecsUpdatePUT /specs/{specID}
OrderCloud.SpecsUpdateOptionPUT /specs/{specID}/options/{optionID}
OrderCloud.SpendingAccountsCreatePOST /buyers/{buyerID}/spendingaccounts
OrderCloud.SpendingAccountsDeleteDELETE /buyers/{buyerID}/spendingaccounts/{spendingAccountID}
OrderCloud.SpendingAccountsDeleteAssignmentDELETE /buyers/{buyerID}/spendingaccounts/{spendingAccountID}/assignments
OrderCloud.SpendingAccountsGetGET /buyers/{buyerID}/spendingaccounts/{spendingAccountID}
OrderCloud.SpendingAccountsListGET /buyers/{buyerID}/spendingaccounts
OrderCloud.SpendingAccountsListAssignmentsGET /buyers/{buyerID}/spendingaccounts/assignments
OrderCloud.SpendingAccountsPatchPATCH /buyers/{buyerID}/spendingaccounts/{spendingAccountID}
OrderCloud.SpendingAccountsSaveAssignmentPOST /buyers/{buyerID}/spendingaccounts/assignments
OrderCloud.SpendingAccountsUpdatePUT /buyers/{buyerID}/spendingaccounts/{spendingAccountID}
OrderCloud.UsersCreatePOST /buyers/{buyerID}/users
OrderCloud.UsersDeleteDELETE /buyers/{buyerID}/users/{userID}
OrderCloud.UsersGetGET /buyers/{buyerID}/users/{userID}
OrderCloud.UsersGetAccessTokenPOST /buyers/{buyerID}/users/{userID}/accesstoken
OrderCloud.UsersListGET /buyers/{buyerID}/users
OrderCloud.UsersPatchPATCH /buyers/{buyerID}/users/{userID}
OrderCloud.UsersUpdatePUT /buyers/{buyerID}/users/{userID}
OrderCloud.UserGroupsCreatePOST /buyers/{buyerID}/usergroups
OrderCloud.UserGroupsDeleteDELETE /buyers/{buyerID}/usergroups/{userGroupID}
OrderCloud.UserGroupsDeleteUserAssignmentDELETE /buyers/{buyerID}/usergroups/{userGroupID}/assignments/{userID}
OrderCloud.UserGroupsGetGET /buyers/{buyerID}/usergroups/{userGroupID}
OrderCloud.UserGroupsListGET /buyers/{buyerID}/usergroups
OrderCloud.UserGroupsListUserAssignmentsGET /buyers/{buyerID}/usergroups/assignments
OrderCloud.UserGroupsPatchPATCH /buyers/{buyerID}/usergroups/{userGroupID}
OrderCloud.UserGroupsSaveUserAssignmentPOST /buyers/{buyerID}/usergroups/assignments
OrderCloud.UserGroupsUpdatePUT /buyers/{buyerID}/usergroups/{userGroupID}

Documentation for Models

Documentation for Authorization

oauth2

  • Type: OAuth
  • Flow: password
  • Authorization URL:
  • Scopes:
    • AddressAdmin:
    • AddressReader:
    • AdminUserAdmin:
    • AdminUserGroupAdmin:
    • AdminUserGroupReader:
    • AdminUserReader:
    • ApprovalRuleAdmin:
    • ApprovalRuleReader:
    • BuyerAdmin:
    • BuyerImpersonation:
    • BuyerReader:
    • BuyerUserAdmin:
    • BuyerUserReader:
    • CatalogAdmin:
    • CatalogReader:
    • CategoryAdmin:
    • CategoryReader:
    • CostCenterAdmin:
    • CostCenterReader:
    • CreditCardAdmin:
    • CreditCardReader:
    • FullAccess:
    • GrantForAnyRole:
    • InventoryAdmin:
    • MeAddressAdmin:
    • MeAdmin:
    • MeCreditCardAdmin:
    • MessageConfigAssignmentAdmin:
    • MeXpAdmin:
    • OrderAdmin:
    • OrderReader:
    • OverrideShipping:
    • OverrideTax:
    • OverrideUnitPrice:
    • PasswordReset:
    • PriceScheduleAdmin:
    • PriceScheduleReader:
    • ProductAdmin:
    • ProductAssignmentAdmin:
    • ProductReader:
    • PromotionAdmin:
    • PromotionReader:
    • SetSecurityProfile:
    • ShipmentAdmin:
    • ShipmentReader:
    • Shopper:
    • SpendingAccountAdmin:
    • SpendingAccountReader:
    • SupplierAdmin:
    • SupplierReader:
    • SupplierUserAdmin:
    • SupplierUserGroupAdmin:
    • SupplierUserGroupReader:
    • SupplierUserReader:
    • UnsubmittedOrderReader:
    • UserGroupAdmin:
    • UserGroupReader:

FAQs

Package last updated on 07 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc