action ebay_opt_in_to_program {
label: "optInToProgram"
description: "This method opts the seller in to an eBay seller program. Refer to the Account API overview for information about available eBay seller programs.
Note: It can take up to 24-hours for eBay to process your request to opt-in to a Seller Program. Use the getOptedInPrograms call to check the status of your request after the processing period has passed."
provider: ebay
method: POST
path: "/program/opt_in"
encoding: json
input: {
type: "object"
description: "A seller program in to which a seller can opt-in."
properties: {
programType: {
type: "string"
description: "A seller program in to which a seller can opt-in. For implementation help, refer to eBay API documentation"
}
}
}
output: {
type: "object"
}
}