get_vendor_by_org_id#

Get a vendor by Company Org ID.

Backed endpoint | RESTGetVendorByOrgId

Arguments#

org_id | Integer required

Org ID of the resource.

Returns#

response_type | single

response_object | Container Vendor

Query example:

{
  get_vendor_by_org_id(org_id: 42) {
    error {
      detail
      status
    }

    data {
      _id
    }
  }
}