chore(js-sdk): add tags to js-sdk (#10739)
This commit is contained in:
@@ -42,46 +42,169 @@ import { User } from "./user"
|
||||
import { WorkflowExecution } from "./workflow-execution"
|
||||
|
||||
export class Admin {
|
||||
/**
|
||||
* @tags user
|
||||
*/
|
||||
public invite: Invite
|
||||
/**
|
||||
* @tags customer
|
||||
*/
|
||||
public customer: Customer
|
||||
/**
|
||||
* @tags product
|
||||
*/
|
||||
public productCollection: ProductCollection
|
||||
/**
|
||||
* @tags product
|
||||
*/
|
||||
public productCategory: ProductCategory
|
||||
/**
|
||||
* @tags pricing
|
||||
*/
|
||||
public priceList: PriceList
|
||||
/**
|
||||
* @tags pricing
|
||||
*/
|
||||
public pricePreference: PricePreference
|
||||
/**
|
||||
* @tags product
|
||||
*/
|
||||
public product: Product
|
||||
/**
|
||||
* @tags product
|
||||
*/
|
||||
public productType: ProductType
|
||||
/**
|
||||
* @tags file
|
||||
*/
|
||||
public upload: Upload
|
||||
/**
|
||||
* @tags region
|
||||
*/
|
||||
public region: Region
|
||||
/**
|
||||
* @tags order
|
||||
*/
|
||||
public returnReason: ReturnReason
|
||||
/**
|
||||
* @tags stock location
|
||||
*/
|
||||
public stockLocation: StockLocation
|
||||
/**
|
||||
* @tags sales channel
|
||||
*/
|
||||
public salesChannel: SalesChannel
|
||||
/**
|
||||
* @tags fulfillment
|
||||
*/
|
||||
public fulfillmentSet: FulfillmentSet
|
||||
/**
|
||||
* @tags fulfillment
|
||||
*/
|
||||
public fulfillment: Fulfillment
|
||||
/**
|
||||
* @tags fulfillment
|
||||
*/
|
||||
public fulfillmentProvider: FulfillmentProvider
|
||||
/**
|
||||
* @tags fulfillment
|
||||
*/
|
||||
public shippingOption: ShippingOption
|
||||
/**
|
||||
* @tags fulfillment
|
||||
*/
|
||||
public shippingProfile: ShippingProfile
|
||||
/**
|
||||
* @tags inventory
|
||||
*/
|
||||
public inventoryItem: InventoryItem
|
||||
/**
|
||||
* @tags notification
|
||||
*/
|
||||
public notification: Notification
|
||||
/**
|
||||
* @tags order
|
||||
*/
|
||||
public order: Order
|
||||
/**
|
||||
* @tags order
|
||||
*/
|
||||
public orderEdit: OrderEdit
|
||||
/**
|
||||
* @tags order
|
||||
*/
|
||||
public return: Return
|
||||
/**
|
||||
* @tags order
|
||||
*/
|
||||
public claim: Claim
|
||||
/**
|
||||
* @tags order
|
||||
*/
|
||||
public exchange: Exchange
|
||||
/**
|
||||
* @tags tax
|
||||
*/
|
||||
public taxRate: TaxRate
|
||||
/**
|
||||
* @tags tax
|
||||
*/
|
||||
public taxRegion: TaxRegion
|
||||
/**
|
||||
* @tags store
|
||||
*/
|
||||
public store: Store
|
||||
/**
|
||||
* @tags product
|
||||
*/
|
||||
public productTag: ProductTag
|
||||
/**
|
||||
* @tags user
|
||||
*/
|
||||
public user: User
|
||||
/**
|
||||
* @tags currency
|
||||
*/
|
||||
public currency: Currency
|
||||
/**
|
||||
* @tags payment
|
||||
*/
|
||||
public payment: Payment
|
||||
/**
|
||||
* @tags product
|
||||
*/
|
||||
public productVariant: ProductVariant
|
||||
/**
|
||||
* @tags order
|
||||
*/
|
||||
public refundReason: RefundReason
|
||||
/**
|
||||
* @tags payment
|
||||
*/
|
||||
public paymentCollection: PaymentCollection
|
||||
/**
|
||||
* @tags api key
|
||||
*/
|
||||
public apiKey: ApiKey
|
||||
/**
|
||||
* @tags workflow
|
||||
*/
|
||||
public workflowExecution: WorkflowExecution
|
||||
/**
|
||||
* @tags inventory
|
||||
*/
|
||||
public reservation: Reservation
|
||||
/**
|
||||
* @tags customer
|
||||
*/
|
||||
public customerGroup: CustomerGroup
|
||||
/**
|
||||
* @tags promotion
|
||||
*/
|
||||
public promotion: Promotion
|
||||
/**
|
||||
* @tags promotion
|
||||
*/
|
||||
public campaign: Campaign
|
||||
|
||||
constructor(client: Client) {
|
||||
|
||||
Reference in New Issue
Block a user