Jump to content

Rob Miles

Moderators
  • Posts

    12
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Rob Miles

  1. On 5/7/2024 at 12:33 AM, Adrienne Paton said:

    I have to agree with Brijesh that the Sage integration information is definitely lacking.   Our company uses Sage 300, to which we wish to export data.  We also have customers using Sage 50 that we want to integrate with.  I have found API and SDK technical documentation, but no details on how to actually access it, develop with it, or test.  There are mentions of a developer program, but I couldn't find any specific information on how to join and what benefits joining gives you, or the cost.  There is an email contact listed online (https://developer.sage.com/300/guides/getting-started/)  but when I email the contact person on the website ([email protected]), the email is undeliverable.   Instead of having to email individuals, why is there not clear easily found information on the website, and perhaps an online application form?  Why is it so difficult to find the information on integration?  

    This is immensely frustrating and time consuming.

    Hi Adrienne, 

    Thank you for highlighting an issue with the Sage 300 Getting Started section, I have raised this with the relevant team and they will be looking to address this page.

    In the meantime, please email  [email protected] and they will be able to send all relevant information on the developer programme. 

  2. Hi Marshall,

    Thank you for your post. There are different SDKs and teams supporting SDKs for Sage 50 depending on which region you wish to integrate with. 

    Each SDK is accessed through a membership to the Developer Program for the required region. 

  3. Hi, 

    We currently only publish and support the following scopes as per our documentation: "openid," "email," "profile," and "offline_access." These scopes are in alignment with OpenID Connect standards and provide necessary access for integration with Sage 200.

    Regarding your mention of the scope "Sales:ReadWrite," we would like to inquire where you found this documented. Could you please provide a link or specific reference to the documentation mentioning this scope? This will help us ensure accurate information and address any potential discrepancies.

  4. Unfortunately, updating stock item selling prices directly through the Sage 200 Professional API is not currently supported. You can retrieve pricing information using the 'product_price_views' endpoint, but it's read-only and does not allow price updates. For price updates, you'll need to use the application or explore automation options through the Sage 200 SDK.

    If this functionality is crucial to your operations and you believe it should be considered for future development, we encourage you to share your feedback on the Sage 200 Ideas Hub. Your input is valuable, and by posting your feature requests or suggestions, you can contribute to the ongoing improvement of the Sage 200 API.
    Here's the link to the Ideas Hub: Sage 200 Ideas Hub.

  5. Hi,

    To perform database specific requests using the Sage 200 API, such as making a GET request to the Customers endpoint, you need to include the Site ID (X-Site) and Company ID (X-Company) within the request header.

    • X-Company:  Unique identifier of a specific company within the Sage 200.
    • X-Site: Represents a unique identifier of a specific site within a company.

    Including these IDs routes your request to the right company and site, ensuring that you're interacting with the intended data.

    To obtain the X-Site and X-Company values for all the companies accessible to the authenticated user, you can execute a GET request against the site's endpoint. (Links to each API Reference below)

    The relevant site_id and company_id values returned in the response should then be passed in subsequent requests as the X-Site and X-Company values respectively. 

    All documentation for the Sage 200 API and Web Amendability can be found at https://developer.sage.com/200/

  6. Hi,

    I'm Rob, a member of the Sage Developer Services Team. 

    We currently support developers with integration with our UKI product line and Sage Business Cloud Accounting. 

    We have created a private club for members of the UK Developer Programme 👍
    If you are currently a member of the Sage Developer Programme please feel free to request to join.  

     

    • Like 4
×
×
  • Create New...