NAiOS IconNAiOS Logo
Volver al catálogo

RepairShopr

repairshopr

RepairShopr is a comprehensive repair shop management software designed to streamline operations, manage customer relationships, and enhance business efficiency.

Acciones
38
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (38)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Delete AppointmentREPAIRSHOPR_DELETE_APPOINTMENTAcción

Tool to delete a specific appointment by its id. use when an appointment is canceled and needs removal permanently.

Parámetros de entrada

  • idintegerObligatorio

    The unique ID of the appointment to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete CustomerREPAIRSHOPR_DELETE_CUSTOMERAcción

Tool to delete a specific customer by id. use after confirming the customer id when you need to remove a customer record permanently.

Parámetros de entrada

  • idintegerObligatorio

    The unique identifier of the customer to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete EstimateREPAIRSHOPR_DELETE_ESTIMATEAcción

Tool to delete a specific estimate by id. use when you need to remove an estimate record permanently.

Parámetros de entrada

  • idintegerObligatorio

    Unique identifier of the estimate to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete InvoiceREPAIRSHOPR_DELETE_INVOICEAcción

Tool to delete a specific invoice by id. use when you need to remove an invoice permanently after confirming it's no longer needed. ensure no dependent records require it before running.

Parámetros de entrada

  • idintegerObligatorio

    ID of the invoice to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get AppointmentREPAIRSHOPR_GET_APPOINTMENTAcción

Tool to retrieve details of a specific appointment by its id. use when you need exact details of an appointment by id.

Parámetros de entrada

  • idintegerObligatorio

    ID of the appointment to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get AppointmentsREPAIRSHOPR_GET_APPOINTMENTSAcción

Tool to retrieve a list of appointments. use when listing appointments by date range or for current user. returns up to 25 results per page.

Parámetros de entrada

  • mineboolean

    Return only current user's appointments.

  • pageinteger

    Returns provided page of results, each page contains 25 results.

  • date_tostring

    Returns Appointments that start before the date. Format 'YYYY-MM-DD'.

  • date_fromstring

    Returns Appointments that start after the date. Format 'YYYY-MM-DD'.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get AssetREPAIRSHOPR_GET_ASSETAcción

Tool to retrieve details of a specific asset by its id. use when you need to confirm asset details after obtaining its id. requires assets - view details permission.

Parámetros de entrada

  • idintegerObligatorio

    The unique ID of the asset to retrieve. Single-Customer Users can only access their own assets.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get AssetsREPAIRSHOPR_GET_ASSETSAcción

Tool to retrieve a paginated list of assets. use when you need to list or search assets by snmp status, customer, asset type, or query after authenticating. returns 25 items per page.

Parámetros de entrada

  • pageinteger

    Returns provided page of results, each page contains 25 results

  • querystring

    Search query

  • customer_idinteger

    Any assets attached to a Customer ID

  • snmp_enabledboolean

    Any assets with SNMP enabled

  • asset_type_idinteger

    Any assets attached to an Asset Type ID

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Case AttachmentsREPAIRSHOPR_GET_CASE_ATTACHMENTSAcción

Tool to retrieve attachments for a specific service case. use when you need to list all files attached to a case.

Parámetros de entrada

  • case_idintegerObligatorio

    ID of the service case to retrieve attachments for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get ContactsREPAIRSHOPR_GET_CONTACTSAcción

Tool to retrieve a paginated list of contacts. use when you need to fetch contacts optionally filtered by customer. returns up to 25 contacts per page.

Parámetros de entrada

  • pageinteger

    Page number of results (25 results per page).

  • customer_idinteger

    Any contacts attached to a Customer ID.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get CustomerREPAIRSHOPR_GET_CUSTOMERAcción

Tool to retrieve details of a specific customer by id. use after confirming the customer exists. example: "get customer details for id 123".

Parámetros de entrada

  • idintegerObligatorio

    The unique identifier of the customer to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get CustomersREPAIRSHOPR_GET_CUSTOMERSAcción

Tool to retrieve a list of customers. use when you need to search or filter customers with pagination. returns up to 25 results per page.

Parámetros de entrada

  • idinteger[]

    Any customers with ID included in the list.

  • pageinteger

    Returns provided page of results, each 'page' contains 25 results.

  • sortstring

    A customer field to order by. Examples 'firstname ASC', 'city DESC'.

  • emailstring

    Filter customers by exact email address.

  • querystring

    Search query to filter customers by name or business.

  • not_idinteger[]

    Any customers with ID not included in the list.

  • lastnamestring

    Any customers with a last name like the parameter.

  • firstnamestring

    Any customers with a first name like the parameter.

  • business_namestring

    Any customers with a business name like the parameter.

  • include_disabledboolean

    Whether or not the returned list of customers includes disabled customers.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Employee Time ClockREPAIRSHOPR_GET_EMPLOYEE_TIME_CLOCKAcción

Tool to retrieve the last time clock entry for a specific user. use when needing the most recent clock-in/out. example: "get the latest time clock entry for user 5".

Parámetros de entrada

  • user_idinteger

    ID of the user to retrieve the last time clock entry for. Defaults to current user if omitted.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get EstimateREPAIRSHOPR_GET_ESTIMATEAcción

Tool to retrieve details of a specific estimate by id. use when you need exact details of an estimate by id.

Parámetros de entrada

  • idintegerObligatorio

    Unique identifier of the estimate to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get EstimatesREPAIRSHOPR_GET_ESTIMATESAcción

Tool to retrieve a list of estimates. use when you need to list or filter estimates by customer or paginate results after authentication.

Parámetros de entrada

  • pageinteger

    Page number for paginated results

  • per_pageinteger

    Number of results per page

  • customer_idinteger

    Filter estimates by this customer ID

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get InvoiceREPAIRSHOPR_GET_INVOICEAcción

Tool to retrieve details of a specific invoice by id. use after confirming the invoice exists. example: "get invoice details for id 456".

Parámetros de entrada

  • idintegerObligatorio

    ID or number of the invoice to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get InvoicesREPAIRSHOPR_GET_INVOICESAcción

Tool to retrieve a paginated list of invoices. use when you need to list invoices, optionally filtered by payment status, ticket association, or update date. returns up to 25 invoices per page.

Parámetros de entrada

  • pageinteger

    Returns provided page of results, each page contains 25 results

  • paidboolean

    Whether or not the returned list of invoices has been marked as paid

  • unpaidboolean

    Whether or not the returned list of invoices has been marked as unpaid

  • ticket_idinteger

    Filter invoices attached to this Ticket ID

  • since_updated_atstring

    Return invoices updated since this date. Format 'YYYY-MM-DDTHH:MM:SSZ' (ISO 8601)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get LeadREPAIRSHOPR_GET_LEADAcción

Tool to retrieve details of a specific lead by its id. use when you need to inspect a single lead after obtaining its id. example: "get lead details for id 123".

Parámetros de entrada

  • idintegerObligatorio

    The unique identifier of the lead to retrieve.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get LeadsREPAIRSHOPR_GET_LEADSAcción

Tool to retrieve a paginated list of leads. use when you need to browse or filter potential customers. returns up to 25 leads per page.

Parámetros de entrada

  • pageinteger

    Returns provided page of results, each page contains 25 leads.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get PaymentREPAIRSHOPR_GET_PAYMENTAcción

Tool to retrieve details of a specific payment by id. use after obtaining the payment id. example: "get payment details for id 123".

Parámetros de entrada

  • idintegerObligatorio

    Unique identifier of the payment to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get PaymentsREPAIRSHOPR_GET_PAYMENTSAcción

Tool to retrieve a paginated list of payments. use when you need to view or search payment records, with optional filtering by query or pagination.

Parámetros de entrada

  • pageinteger

    Page number of results to return, each page contains 25 results.

  • querystring

    Search query to filter payments by invoice number, customer name, or reference number.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get ProductREPAIRSHOPR_GET_PRODUCTAcción

Tool to retrieve details of a specific product by id. use after confirming the product id exists. example: "get product details for id 123".

Parámetros de entrada

  • idintegerObligatorio

    The unique identifier of the product to retrieve.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get ProductsREPAIRSHOPR_GET_PRODUCTSAcción

Tool to retrieve a list of products. use when you need to search or filter products by various criteria. returns up to 25 results per page.

Parámetros de entrada

  • idinteger[]

    Include only products with IDs in this list.

  • skustring

    Filter products by exact SKU.

  • namestring

    Filter products whose name matches the given string.

  • pageinteger

    Page number to return, each page contains 25 results.

  • sortstring

    A Product field to order by. Example 'name ASC'.

  • querystring

    Search query to filter products.

  • id_notinteger[]

    Exclude products with IDs in this list.

  • upc_codestring

    Filter products whose UPC code matches the given string.

  • category_idinteger

    Filter products by category ID.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Products By CategoryREPAIRSHOPR_GET_PRODUCTS_BY_CATEGORYAcción

Tool to retrieve products filtered by category id. use when you need to list all products in a specific category.

Parámetros de entrada

  • category_idintegerObligatorio

    Filter products by the specified category ID.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Product CategoriesREPAIRSHOPR_GET_PRODUCTS_CATEGORIESAcción

Tool to retrieve product categories. use when you need to fetch all categories for product organization and filtering.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Product SerialsREPAIRSHOPR_GET_PRODUCT_SERIALSAcción

Tool to retrieve all serial numbers for a specific product. use when you need to list serials by product id after confirming the product exists.

Parámetros de entrada

  • idintegerObligatorio

    The unique identifier of the product to retrieve serials for.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get TicketREPAIRSHOPR_GET_TICKETAcción

Tool to retrieve details of a specific ticket by its id. use when you need full ticket information after obtaining its id.

Parámetros de entrada

  • idintegerObligatorio

    ID of the ticket to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get UserREPAIRSHOPR_GET_USERAcción

Tool to retrieve details of a specific user by id. use after confirming the user exists. example: "get user details for id 42".

Parámetros de entrada

  • idintegerObligatorio

    The unique identifier of the user to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get UsersREPAIRSHOPR_GET_USERSAcción

Tool to retrieve a list of all users. use when you need to list all users in the system to map ids to names.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create AppointmentREPAIRSHOPR_POST_APPOINTMENTAcción

Tool to create a new appointment. use after gathering summary and date range.

Parámetros de entrada

  • end_atstringObligatorio

    Scheduled end time in ISO 8601 format

  • all_dayboolean

    If true, marks the appointment as all day

  • summarystringObligatorio

    Brief summary or title of the appointment

  • user_idinteger

    Primary user ID assigned to this appointment

  • locationstring

    Location of the appointment

  • start_atstringObligatorio

    Scheduled start time in ISO 8601 format

  • user_idsinteger[]

    List of user IDs assigned to this appointment

  • ticket_idinteger

    ID of the related ticket

  • customer_idinteger

    ID of the customer for the appointment

  • descriptionstring

    Detailed notes for the appointment

  • do_not_emailboolean

    If true, suppresses email notification to the customer

  • email_customerboolean

    If true, sends email notification to the customer

  • appointment_type_idinteger

    ID of the appointment type

  • appointment_durationstring

    Duration string, e.g., '4h'

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create AssetREPAIRSHOPR_POST_ASSETAcción

Tool to create a new asset. use when you need to register a device under a customer with either an existing or new asset type.

Parámetros de entrada

  • namestringObligatorio

    Name of the asset, e.g., 'Office PC'

  • propertiesobject

    Custom key-value properties for the asset.

  • customer_idintegerObligatorio

    ID of the customer to attach the asset to.

  • asset_serialstring

    Serial number of the asset.

  • asset_type_idinteger

    ID of an existing asset type. Required if asset_type_name is omitted.

  • asset_type_namestring

    Name of a new asset type to be created. Required if asset_type_id is omitted.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create CustomerREPAIRSHOPR_POST_CUSTOMERAcción

Tool to create a new customer. use when you need to add a customer record with contact details.

Parámetros de entrada

  • zipstring

    ZIP or postal code of the customer's address.

  • citystring

    City of the customer's address.

  • emailstring

    Email address of the customer.

  • phonestring

    Primary phone number of the customer.

  • statestring

    State of the customer's address.

  • mobilestring

    Mobile phone number of the customer.

  • addressstring

    Street address of the customer.

  • address2string

    Second line of the street address.

  • lastnamestring

    Last name of the customer.

  • firstnamestring

    First name of the customer.

  • business_namestring

    Business name associated with the customer.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create EstimateREPAIRSHOPR_POST_ESTIMATEAcción

Tool to create a new estimate. use when you have final customer details and line items ready to generate an estimate in repairshopr.

Parámetros de entrada

  • datestringObligatorio

    Date of the estimate in ISO 8601 format

  • namestring

    Title or name for the estimate

  • notestring

    Additional notes included on the estimate

  • numberstring

    Custom estimate number (defaults to auto-generated)

  • statusstring

    Status of the estimate (e.g., 'draft', 'sent')

  • ticket_idinteger

    ID of the related ticket, if any

  • created_atstring

    Override creation timestamp (ISO 8601)

  • line_itemsobject[]

    List of line items to include on the estimate

  • updated_atstring

    Override update timestamp (ISO 8601)

  • customer_idintegerObligatorio

    Unique identifier of the customer for this estimate

  • location_idinteger

    Location ID associated with this estimate

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create InvoiceREPAIRSHOPR_POST_INVOICEAcción

Tool to create a new invoice. use when you need to bill a customer after gathering customer id, date, and optional line items.

Parámetros de entrada

  • datestringObligatorio

    Invoice date (ISO 8601)

  • notestring

    Additional notes for the invoice

  • numberstring

    Invoice number; auto-assigned if omitted

  • due_datestringObligatorio

    Due date of the invoice (YYYY-MM-DD)

  • po_numberstring

    Purchase order number

  • ticket_idinteger

    Associated ticket ID

  • contact_idinteger

    Contact ID to bill

  • line_itemsobject[]

    List of line items to include in the invoice

  • customer_idintegerObligatorio

    ID of the customer to bill

  • location_idinteger

    Location ID for the invoice

  • hardwarecostnumber

    Hardware cost amount

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create LeadREPAIRSHOPR_POST_LEADAcción

Tool to create a new lead. use when you need to add a potential customer to the system.

Parámetros de entrada

  • zipstring

    ZIP code of the lead.

  • citystring

    City of the lead.

  • emailstring

    Email address of the lead.

  • phonestring

    Phone number of the lead.

  • statestring

    State of the lead.

  • mobilestring

    Mobile number of the lead.

  • addressstring

    Street address of the lead.

  • convertedboolean

    Whether the lead has been converted into a customer.

  • last_namestring

    Last name of the lead.

  • first_namestring

    First name of the lead.

  • business_namestring

    Business name of the lead.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create PaymentREPAIRSHOPR_POST_PAYMENTAcción

Tool to create a new payment. use when you need to record a payment against an invoice in repairshopr.

Parámetros de entrada

  • cvvstring

    Credit card CVV code.

  • ref_numstring

    Reference number for the payment (e.g., check number).

  • lastnamestring

    Last name of the cardholder.

  • date_yearstring

    Credit card expiration year (YYYY).

  • firstnamestring

    First name of the cardholder.

  • date_monthstring

    Credit card expiration month (MM).

  • invoice_idinteger

    ID of the invoice to apply this payment to. Required if invoice_number is not provided.

  • address_zipstring

    Billing ZIP/postal code.

  • customer_idinteger

    ID of the customer associated with this payment.

  • register_idinteger

    ID of the register processing the payment.

  • address_citystring

    Billing city.

  • amount_centsintegerObligatorio

    Payment amount in cents. Must be non-negative.

  • address_streetstring

    Billing street address.

  • apply_paymentsobject

    Additional object describing specific invoice-application splits.

  • invoice_numberstring

    Invoice number to apply this payment to. Required if invoice_id is not provided.

  • payment_methodstring

    Payment method (e.g., 'credit_card', 'cash').

  • signature_datastring

    Base64-encoded signature data.

  • signature_datestring

    ISO 8601 timestamp of the signature.

  • signature_namestring

    Name on the customer signature.

  • credit_card_numberstring

    Credit card number.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create ProductREPAIRSHOPR_POST_PRODUCTAcción

Tool to create a new product in inventory. use when you need to add an item with price and details to your repairshopr catalog.

Parámetros de entrada

  • skustring

    Stock keeping unit identifier.

  • costnumber

    Cost price of the product, if provided, must be non-negative.

  • namestringObligatorio

    Name of the product.

  • photostring

    URL of the product photo.

  • pricenumberObligatorio

    Selling price of the product, must be non-negative.

  • activeboolean

    Whether the product is active.

  • weightnumber

    Weight of the product (in pounds), must be non-negative.

  • taxableboolean

    Whether the product is taxable.

  • quantityinteger

    Available stock quantity, must be non-negative.

  • upc_codestring

    Universal Product Code.

  • serializedboolean

    Whether the product is serialized.

  • vendor_idsinteger[]

    List of vendor identifiers associated with this product.

  • category_idinteger

    Identifier of the category this product belongs to.

  • descriptionstring

    Detailed description of the product.

  • manufacturerstring

    Manufacturer name of the product.

  • model_numberstring

    Manufacturer model number.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Add Product PhotoREPAIRSHOPR_POST_PRODUCT_PHOTOAcción

Tool to add photo(s) to a specific product. use when you need to attach one or more images to a product after confirming the product id.

Parámetros de entrada

  • idintegerObligatorio

    Unique identifier of the product.

  • filesobject[]Obligatorio

    List of files (URL and filename) to attach to the product.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not