Skip to content

formbench/billbee-types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Billbee Types

This repository provides typescript types for use with the responses of the Billbee REST API. For documentation of that API go to api https://www.billbee.io/hilfecenter/api

To use the types, the need to be manually imported from this package.

Provided types are:

General

  • BillbeeResponse<T>

Orders Endpoint

  • BillbeeOrder
  • BillbeeOrderState

Products Endpoint

  • Billbee Product
  • ReservedAmount
  • CustomField
  • ProductImage
  • UpdateStockResponse
  • ImagesDeleteResponse

Search Endpoint

  • BillbeeSearchResults

Shipments Endpoint

  • ShippingProvider
  • ShippingProviderProduct
  • ShippingCarrier
  • ShipmentsResponse
  • ShipWithLabelResponse