Custom Order Field Web Service


Custom Order Field Web Service

This article contains information for completing Custom Order Field Web Services.  Use the Four51 Admin Web Service Implementation Guide in Reference Material below to complete your web service integration.  

Methods:
Delete - Allows a custom order field to be deleted based on the order field name. (multiple per call)
DeleteOptions - Allows the ability to delete options of a custom order field based on the custom order field and the interop id of the option. (multiple per call)
Save - Allows the ability to create and update a custom order field based on the order field name. Supports the creation of options of an order field as well.  (multiple per call)
SaveOptions - Allows the ability to create and update an option of a custom order field based on the order field name and the option interop id.  If the interop id exists, the option will be updated. (multiple per call)

WSDL URL: http://www.four51.com/services/OrderField.asmx


Reference Material:
Four51 Admin Web Service Implementation Guide

Related Articles:
Four51 Admin Web Services

Labels: integration, web services, web service, order field, custom order field